2024-11-26 11:56 AM
Hello,
I am using a custom board with the STM32L452RET. On this board:
My issue is that if I compile a file containing the FatFs functions (regardless of whether I use the SD card access functions or not), the numerical values that should be displayed on the screen appear incorrectly (see attached images). However, if I exclude the FatFs functions from compilation, the display shows the values correctly.
I’ve tried several solutions:
Unfortunately, none of these attempts worked.
I am using CubeIDE version 1.16.1.
I appreciate any help you can provide.
Thank you!
2024-11-29 01:29 AM
Hello @fmaesso
Could you try to increase the heap and stack size in your project settings?