Question
Stuck on _exit() in syscalls.c with void STM32TouchController::init() - STM32F469I-DISCO
I can't get my display to work after I enabled the uSD card on my STM32F469I-DISCO, it just sits at a black screen. When I ran the debugger, this is the call stack it shows, stuck on _exit() in syscalls.c:

Is there an easy way to determine what conflict is happening when I add my uSD card? Full disclosure: using TouchGFX to generate this project file in STM32CubeIDE.
