• pointer in gap memory
    Hello everybody, First of all, sorry for my english langugae because it is not my origin language. So, i would like to know, how to define a pointer to point in gap memory in xdata. Look this...
  • ARMASM - leaving an empty gap at fixed memory addr
    I am writing a C program that will be loaded into flash memory while the target device is already running; in other words, this C program is NOT run immediately out of reset. I need to modify the...
  • how to continue after breakpoint
    sorry for response  after a long time, as per above steps you mentioned Yes, when you do single step, you should write DHSCR = 0xA05F0001UL | 0x4 ; // C_STEP Then wait until S_RETIRE_ST is 1. ...
  • “Mind the gap”: modeling GPUs in Virtual Prototypes
    If you have ever experienced the London Underground rail system you will no doubt have heard the voice intoning the phrase “mind the gap” at many stations. Every time I hear that, I feel like shouting...
  • How to make variables in continuously memory?
    I am using several array variables. The last variable is always using a separate memory instead of using the consecutive memory right after the previous one. How do I make them in continuously memory...