Resolved! STM32U5A5: AZURE RTOS and 1ms ticks - how to set?
I am confused: I want to have 1ms AZURE RTOS tick timer - but no idea how to set.What I see:AZURE RTOS defines 10ms tick timer (UX_PERIOD_RATE, TX_TIMER_TICK_PER_SECOND)I see as well, when using tx_thread_sleep(1000); - it sleeps 10 second (not 1) - ...