STM32H7 with FreeRTOS – How to Handle Large Library
Hello, We are preparing a system based on STM32H7 series with FreeRTOS, and the memory configuration includes: External SDRAMExternal Serial Flash (QSPI) We plan to use a large static library (.a) with code and data totaling several megabytes. We hav...