Part Number: TMDSCNCD263
Other Parts Discussed in Thread: SYSCONFIG
We are trying to receive data from external sensors with a 100usec intervals and process it with a TMDSCNCD263.
When importing data into a microcontroller at 100usec intervals, is there any sample code to refer to?
According to the implementation of launching a fixed-period task with a mutex, there is a difference between the variable increment in the interrupt and the variable increment in the periodic task in units of 100 usec interrupt frequency.
| 5. 49s : CPU load = 18.00 %
| Timer Count : Task = 50330 / ISR = 50405
| 10. 49s : CPU load = 17.91 %
| Timer Count : Task = 100327 / ISR = 100405
The left side of the Timer Count is the count for periodic tasks, and the right side is the interrupt handling count.
Even if miss the time difference until the start of the fixed-period task, it is lost about 3 times out of 50,000 times, and the trend will continue in the same way after that.
