Hi,
I am trying to migrate my application from RTOS to RTOS2 on a
LPC4337.
I did not have any issue yet to migrate M4 application which uses the
SysTick timer for the kernel tick.
But I am not able to configure the M0 OS tick using an alternate
timer (M0 do not have acces to the SysTick Timer).
With the RTOS I use the RITIMER (freq. = 1000Hz) as an alternate
timer
In the file "RTX_Conf_CM.c" my functions are :
int os_tick_init (void) {
(...) //RIT
↧