weiqj Beginner
- Member since Apr 22nd 2018
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
weiqj -
Replied to the thread How can I use jflash to read device memory and save to file?.
PostThanks for your quick response. I have tried readrange and save, and saveas. Unfortunately they don't work. I got all 0xFF from that range. j-link works very well though. I MCU is TI CC2538. The address is not in the flash section. Is it the reason that… -
weiqj -
Posted the thread How can I use jflash to read device memory and save to file?.
ThreadWe need to read the device memory as MAC address and generate public signature based on it. It is easy to do with j-link. savebin mac.bin, 0x00280028, 8 I am aware of the fact that segger strongly discourages using j-link in production. Although…