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.

CCS/EK-TM4C1294XL: Storing and accessing medium sized data pattern in flash?

Part Number: EK-TM4C1294XL

Tool/software: Code Composer Studio

I would like to store a number of fixed data patterns somewhere in the processors memory. We are talking about 16-20 kB total so EEPROM (6 kB) is not the way forward.

The patterns are fixed, and I have them in binary files. Storage in flash would be nice, so I would not have to upload every time started.

But how to do it in CCS?

Getting the patterns there and how to access them?

/Jan