• writing to specific flash location
    Hi, I am trying to write to specific flash memory location of ARM Cortex M3 controller from NXP and ST. I want that 4 bytes of data is always written to memory location 0x2fc everytime by the linker...
  • write Functions at specific locations
    Hi All, I am trying to write functions at specific locations. I am using KEIL 4 IDE ... and LPC2478 Though I could find a keyword "FIXED" which says one can write function at specific locations...
  • 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...
  • 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)" ...