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.