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.

Flash problem

HI, Im new to cortex-m4 that is lm4f120h5qr.

I gues this forum for LM3S but I can't find the forum for LM4S.

I have tested this EK with stellarisWare and CCS.

Anyway...

My problem is about to read data that are stored in Flash memory.

I hava an array that have 500 size and have 500 samples.

I used FlashErase() and FlashProgram() apis to write the array in the flash memory.

I set the address 0x10000 and I checked the address.

I found they are stored at the address of 0x10000 in the flash memory.

Now, I want to know

How can I read the data that are stored in the flash memory.

and I want to know some methods that deal with the sections in linker command file.

but I don't know what material(useful docuemts) indicates those.

Thank you for your advice.