Part Number: MSP432P401R
Hello Everyone,
I am working on MSP432p401R controller with BOOSTXL-EDUMKII booster pack and also interfacing audio boosterpack for an application.
I have some images to load on BOOSTXL-EDUMKII LCD and also some audio file to load for audio boosterpack .
in both the image and audio files the data are char arrays.
so i am getting the error #10099-D program will not fit into available memory msp432.
It is taking the .data section SRAM which is 64k for it.
but i have Flash 256KB of which most of the part is available .
How can i use the Flash to store my image arrays and audio array in it?
Thank you,
Sanath Rai