Any help would be appreciated. I am having an issue with the CubeMX software, namely it is taking too much data memory on my STM32WLJ1 board. I am trying to use the built in fatfs middelware in CubeMX. Is there a way to reduce its size/alternative?
The program size of my project is as follows "Program Size: Code=30996 RO-data=1548 RW-data=36 ZI-data=34980". The board i am using is a STM32WLJ1 board "256-Kbyte Flash memory and 64-Kbyte SRAM". I believe flash memory is causing me issues in my project. I am left to conclude that the CubeMx software is somehow taking up alot of data memory and i was wondering if there was any way to reduce this requirement. Any help would be appreciated, thank you.