• 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...
  • 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...
  • 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...
  • 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...
  • 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...