Search found 1 match

by 0xdeadbeef
Tue Nov 29, 2016 5:45 pm
Forum: Bug Reports
Topic: timedelta during the timer interrupt in tickless mode
Replies: 3
Views: 73383

timedelta during the timer interrupt in tickless mode

Hey Guys,

I'm porting ChibiosNIL currently to a special msp platform and running in some issues with the tickless mode. During a sleep the supplied time get compared against the CH_CFG_ST_TIMEDELTA variable and adjusted if the time is too short.

Now in the function chSysTimerHandlerI which gets ...