UTIL_LCD routines out of memory in STM32H735 Discovery Kit?
I'm trying to write code for an SNTP clock using the UTIL_LCD routines in the STM32H735G-DK firmware. I'm using lwIP and FreeRTOS for my implementation. I have the clock working with the LCD_TRACE display (the logging display that is used by the webserver demo.)
I've tried removing the LCD_Trace code and using UTIL_LCD_DisplayStringAt code.
The program crashes when FreeRTOS starts the kernel (the "SVC 0" crash).
I suspect I'm running out of memory. Unless there is a CRASH_NON_ST_CODE macro in the libraries, there's no other reasonable explanation.
I'm using the STM32Cube IDE. What's the best way to track memory? What special requirements are there for the UTIL_LCD routines? What's different between the LCD_Trace routines and UTIL_LCD? The version with LCD Trace works, but I change one line, it crashes.
