• How do I write to a specific memory location!
    Hi! I am programming a C167CR-LM for the first time using Keil toolset. I have a 128K flash which uses CS0 (chipselect) in 8Bit demultiplexed mode. My hardware uses the database bus and address...
  • How do I write to a specific memory location!
    Hi! I am programming a C167CR-LM for the first time using Keil toolset. I have a 128K flash which uses CS0 (chipselect) in 8Bit demultiplexed mode. My hardware uses the database bus and address...
  • 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)" ...
  • 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...