Hi Chris, the timerled project - that looks good. As far as I understand it calls the ISR every second with this two changes at the configuration: params.period = 4 294 967 296; params.periodUnits = Timer_PERIOD_COUNTS; But how can I get the current timer32 value from a (Free)RTOS project? With MAP_Timer32_getValue(TIMER32_BASE) it should work from noRTOS.
↧