nxp-mcuxpresso / mcux-sdk-examples

MCUXpresso SDK Examples
Other
48 stars 24 forks source link

FreeRTOS timer settings not correct #28

Closed carlocaione closed 1 month ago

carlocaione commented 1 month ago

I'm using the RT685 EVK in a standard configuration.

The easiest way to reproduce the problem is by using the freertos_swtimer example.

Since we set SW_TIMER_PERIOD_MS to (1000 / portTICK_PERIOD_MS) we expect the timer to go off every second. In reality it goes off every ~500ms.

MichalPrincNXP commented 1 month ago

Hello @carlocaione , I am afraid I am not able to reproduce the issue. What SDK version, IDE and target are you using? Regards Michal

carlocaione commented 1 month ago

Yup, PEBKAC. Closing thanks.