platformGetSysTick() macro is there for OsIf_Timer_System_Internal_GetCounter(). I was trying to use the timerDelay() to get 1 ms delay, but whatever I do provide as an argument to this function, I'm always getting 100ms as a delay. I'm trying to get LED_High and LED_Low and...
Tips:SysTick Timer的中断优先级可配置值由具体的内核和MCU实现决定(数字越小优先级越高):在NXP的S32K11x系列MCU中,使用Cortex-M0+内核,可配置优先级为0~3;S32K14x系列MCU中,使用Cortex-M4F内核,可配置优先级为0~15。 若当前Cortex-M内核正在响应SysTick Timer中断(执行其中断ISR函数),则SCB->SHCSR寄存器的S...
To enable the OsIf System Timer Clock Frequency to avoid adding the MCU driver, you can find it under the OsIfSystemTimerClockFreq if in Design Studio 3.5 with RTD 5.0.0 Please also share with us your development environment (Design Studio, RTD, etc.) to assist you further. Sometimes the...
platformGetSysTick() macro is there for OsIf_Timer_System_Internal_GetCounter(). I was trying to use the timerDelay() to get 1 ms delay, but whatever I do provide as an argument to this function, I'm always getting 100ms as a delay. I'm trying to get LED_High and LED_Low and...
The default frequency for the system timer is 48MHz. You can use the "OsIf_Init(NULL)" function to initialize the module, and the APIs included in "OsIf_Timer.c" to create a delay function: OsIf_GetCounter OsIf_MicrosToTicks OsIf_GetElapsed Best regards,Julián 0 Kudos Reply 09-...