• 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)" ...
  • 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 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...
  • How I can customize the build for target with a specific location of code memory?
    Hi all, Please help .. I am coding program using KEIL's C51. My problem is at every build the build process start the coding from C:0x0800 address onwards. I want to change this location to C:0x0100...