I am using STM32F417IEH6 on a custom-board with Azure_RTOS. The Azure_RTOS/ThreadX is working OK. I have several threads running.
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...