This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How do I browse EEPROM on an EKS LM4F232?

I can browse FLASH and SRAM. 

How do I browse EEPROM?  OR because it is available through register manipulation, it is not available in a browser?

  • Hi,

    By looking at the device datasheet you are correct: the device's built-in EEPROM is not memory mapped (which could be accessed directly via JTAG) but only accessible via registers. The CCS views (Memory Browser, Disassembly, etc.) are only able to retrieve JTAG acessible regions on the device.

    Regards,

    Rafael