You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before starting the Keil RTX5 RTOS, the SystemCoreClock variable must be updated using the SystemCoreClockUpdate() function to ensure the SysTick timer is initialized correctly. However, for the MCXN947 MCU, the implementation of SystemCoreClockUpdate() in devices/MCXN947/system_MCXN947_cm33_core0.c is empty.
This behavior seems unintended, as it prevents the SystemCoreClock from reflecting the actual system clock frequency, which is essential for correct RTOS operation.
The text was updated successfully, but these errors were encountered:
Before starting the Keil RTX5 RTOS, the
SystemCoreClock
variable must be updated using theSystemCoreClockUpdate()
function to ensure the SysTick timer is initialized correctly. However, for the MCXN947 MCU, the implementation of SystemCoreClockUpdate() indevices/MCXN947/system_MCXN947_cm33_core0.c
is empty.This behavior seems unintended, as it prevents the SystemCoreClock from reflecting the actual system clock frequency, which is essential for correct RTOS operation.
The text was updated successfully, but these errors were encountered: