• reading a memory address
    Hi, I am trying to write a constant value into a particular memory address, say for instance I am trying to write decimal value 8235 into a memory location by converting it into an appropriate hex...
  • pleas help, how to read address 0x72800 from flash memory?
    i want to read address 0x72800 from st10 flash memory, how i can do this? i use this code but the result is not correct: int a = 0; DPP0 = 0x1c; __asm mov a,0x2800 i can read 0x0000 to 0x7fff...
  • Absolute memory addressing with C166
    How can I place constants and variables to specific addresses in the FLASH and RAM ? Is there an equivalent for the C166 compiler like the _at_ <addr> which exists for the C51 compiler. I am sure...
  • How to read any address from FULL ADDRESS RANGE of C167CR
    I need to read any address from FULL ADDRESS RANGE of C167CR. How can I do it?
  • Read only address in memory debug window
    Hi guys, I have a problem that I used J-LINK to debug memory. As for the chip side, the external flash base is 0x10000000 and can't be modified. However, I can use J-LINK to modify this memory address...