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/TM4C123GH6PM: Dynamic memory allocation in flash

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

Hi,

TM4C123GH6PM has 256kB flash and 32kB SRAM, the reason i mentioned this is because i am working with large datasets which might not fit in RAM.

I know it can be done using "section" but the matrices are declared dynamically everywhere in the code, is there a way i can store the data in flash and access it in my code when required?

Thanks,

Nihit