2023-03-17 12:17 AM
I use fmc to drive LCD, and the LCD initialization can be used normally. The program is stuck here. What should I do?
2023-03-17 01:27 AM
The issue is hit in HAL::initialize() ? Could you share a bit more context on your configuration and what you face in the debugger ?
By the way I am surprise by the #include ./LED/bsp_led.h" line in the TouchGFXGeneratedHAL.cpp, is it something you added manually ? Because if it is the case it will be overwrittent at every code generation from STM32CubeMX.
/Romain