RTOS Thread Issue After Switching to STM32U5A5QJI6Q
Hi Team,
we are currently developing a product using the STM32U5 series. In our previous version, we used the STM32U5A5VJT6Q, and for size optimization, we have migrated to the STM32U5A5QJI6Q. Both MCUs are functionally similar, and we have updated the pin configurations accordingly.
We are successfully reading data from a radar sensor using the new MCU. However, we are facing an issue where the RTOS thread does not stop properly, and the record number reaches its maximum count. Upon comparing the old and new firmware, we noticed that the Configure the Systick function is present in the old version but missing in the new one.
We suspect that the absence of this function might be causing the RTOS timing issues. We also found a similar unresolved query on the ST Community forum from 2018 regarding CubeMX and SysTick behavior(CubeMX and SysTick - STMicroelectronics Community).
Could you please confirm:
- If so, what is the recommended way to ensure proper SysTick handling in STM32U5A5QJI6Q with RTOS?
- Are there any CubeMX configuration changes required for this MCU variant?
- what is the use of SysTick?
We would appreciate your guidance in resolving this issue.
Regards,
Sathiya
