Today I just bought a LSD-FET430UIF emulator. After I installed it according to the instructions, I used IAR410 software to emulate the previous program (I used MSP-FETP430IF 1.3 emulator before). The...
Two misunderstandings in Verilog: Use Reg type or Net type: Reg type is only assigned in the process block; while Net type is assigned or driven outside the process block. Blocking assignment and non-...
[align=left][color=#000][font=微软雅黑][size=3]Some time ago, I learned 28335 FLASH API, downloaded the routine to DSP, and added a lighting program to it. There was no problem at first when debugging, bu...
Visual Studio 2008 I use MmMapIoSpace function to access physical memory. The compiler cannot find this function. MSDN says include ceddk.h. After I include this header file, I cannot find pkfuncs.h. ...
ARM has 7 basic working modes User: non-privileged mode, most tasks are executed in this mode FIQ: this mode is entered when a high priority (fast) interrupt occurs IRQ: this mode is entered when a...