User Activity

I am using STM32CubeIDE with ST-LINK V3 and Segger JTAG, and this just works.My company has now invested in a Lauterbach LA-3204, but it is not directly supported in the 'debug-settings' of CubeIDE, as ST-Link and Segger JTAG's are.I have found out, ...
I am trying to connect a STM32F417 to a Linux-host (RHEL 8 / CentOS  via FS-USB (USBX) as a CDC ( VCP ) device under AzureRTOS(ThreadX) + USBX. On the Linux host, it appears as '/dev/ttyACM0'.This results in the Linux host tries to send 'at' command...
 My board is supposed to act like a PM-bus server on top of a ATX-PSU and I need to 'time' the sequence, that powers up the PSU. I have tried to use 'tx_thread_sleep()' and even changed tx_user.h : #define TX_TIMER_TICKS_PER_SECOND        --> 1000 an...