• how can choose
    This is a function that i wrote using assembly: ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;NAME: clearXdataNBytes ;FUNCTION: ; This functioin clear n bytes in...
  • How can I install a list?
    How can I install a list in a ARM controller? typedef struct { volatile unsigned int *p_NextHdr; volatile unsigned int *p_PrevHdr; volatile unsigned int *p_data; }*Hdr; *p_NextHdr: ptr to the...
  • How can i write the memory
    I'm using a MicroConverter ADuC812.and a 512K Flash memory with the space 0x0000--0x07FFFF, I have the PK51 Professional Developer's Kit and have examined the example in the folder: Keil\C51\EXAMPLES...
  • How can I save my watchpoints
    Each time after I end debug the variable I typed in the watch #1 window will not be restored when I start debug next time. I try changing the item -"Watchpoints & PA" in the debug tag,but it also does...
  • How can I monitor GPIO signals of STM32F4?
    Hi guys, I am using an STM32F4 discovery board and want to analyze how the SPI works. Is there anyone knows how to monitor the GPIO signals of STM32F4. I tried to use the logic analyzer by typing in...