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.

TIDM-TM4CFLASHSRAM: Storing and accessing data in Parallel flash in linker script .cmd file

Part Number: TIDM-TM4CFLASHSRAM


Tool/software:

Hello Team,

We're planning to use TM4C with external memory devices as in TIDM-TM4CFLASHSRAM EVK.

We need to store large number of data which will be transferred in chunks via SPI to an FPGA.  As the SRAM memory isn't sufficient for our application, we need to store it in Parallel Flash or external SRAM.

Being a beginner to this linker script topic, i'm not sure how to handle this in the .cmd file itself.

Can you please tell how to store the data in external parallel flash and access the same data from the application code?

Thanks in advance.