Segger RTT doesn't work when the touchgfx is initiated.
Hello,
I am using the touchgfx designer generated project as template to develop my project. The DK I am using is the STM32U5G9J-DK1.
I tried to bring up the Segger RTT viewer feature. The RTT works well before the ToughGFX initialization. If I comment out the ToughGFX initiation functions and its tasks [ MX_TouchGFX_Init() & MX_TouchGFX_PreOSInit() ], the RTT print can work in the FreeRTOS tasks. But once I leave the TouchGFX initialization as it is, the RTT stops working after it.
It seems the RTT and touchgfx have some conflict, but I cannot figure out the root cause.
Thank you very much,
Thanks,
