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.

Read from Flash memory

Hello,

I want to write code in C, which allows me to read data from the
flah memory without using the tool FlashBurn.

Thank you

  • What help do you need with this?

    If your project is configured with any data space in the FLASH memory unit defined in the DSP/BIOS tcf file, then you can read from it like any other RAM based variable.

    If you want to write to data memory in a Flash device, then you will need special driver software to allow this. That software will depend on the Flash device you choose. I do not believe TI supplies that software. We instead supply the FlashBurn software to let you program the Flash once and then you can read from it as needed.

    If the source is available for FlashBurn, it may contain helpful examples to guide you in writing your Flash Write utilities or drivers.

     

    If this answers your question, please click  Verify Answer  on this post; if not, please reply back with more information to help us answer your question.