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.
TM4C team or Tools team,
Is there a way to read the entire EEPROM contents using Uniflash or LMFlash Programmer, so you can write the contents to a second device?
Thanks,
Darren
Hello Darren,
The EEPROM is connected on the same bus lines as the DMA and other system peripherals, so no programming tools would have access to the EEPROM. I would recommend building a custom project using UART to dump the EEPROM contents to a PC.
Best Regards,
Ralph Jacobi