User Activity

The driver is working and I am reading accelerometer data.I also found the guide: https://www.st.com/content/st_com/en/ecosystems/MEMS-Sensors-Ecosystem-for-Machine-Learning.htmlBut I cant connect the board from Unicleo-GUI.
I took the "Examples\UART\UART_Printf" as reference and added the EmbOS. Printf worded with embOS. In some steep, after project clean or some project changes, the printf stopped to work.Uart works. I use STM32CubeIDE.What can be a reason?
I choose as reference the application example "BLE_HeartRateFreeRTOS_ANCS" and EmbOS with CMSIS for CubeIDE for STM32F746NG( board 32F746GDISCOVERY). In reference STM project, the CMSIS is included by "cmsis_os.h" that includes "cmsis_os2.h" and als...