• Breakpoint for specific memory location/value
    In uVision 5.10.0.2 I'm trying to set an access breakpoint on a gpio port/pin using the following but get an error. BA ReadWrite 0x400FF100, 4, "_break_ = (_RWORD(0x400FF100) & 0x00000010)" ...
  • assign a specific rom location to a variable.
    hi all, I am using Keil uvision3 V3.51. With this can i locate a variable in code area of arm(lpc2129) intensionally? can i assign a specific address to a variable located in RAM?? waiting...
  • assign an absolute memory location
    I am kind of confused about using the _at_ keyword to assign a specific address to a variable. so for example : extern xdata char variable _at_ 0x000f; it fills 3 bytes in xram . can any...
  • assign value to flash memory
    Hi Guys How am i able to assign values to a variable i have stored in flash so that it is included in the hex file? For example: i have declared a variable volatile unsigned char code err_msgs...
  • Locating Variables to Specific Memory Location
    I wish to locate a structure to a specific memory range in External RAM. No other data can be allowed to use this memory range. What I am trying to do is to re-claim RAM for other purposes using...