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.

TMS570LC4357: TMS570LC4357

Part Number: TMS570LC4357

Hello,

I am working on the bootloader project for TMS570LC4357 Herculeus MCU.

Is it possible to save several constants or variables into the EEPROM ?

How do I log the microcontroller operations into a file?

Regards,

Farough

  • Hi Farough,

    Yes, you can save the constants or variables into the EEPROM. The Data Block is used to define where the data within a EEPROM Virtual Sector is located. One or more variables can be within a Data Block based on the user definition. The smallest amount of data that can be stored within one Data Block is 8 bytes.

    You can export the debug or operating info to a SPI mode SD-Card.