AN5309_Sensorless PMSM Field-Oriented Control on Kinetis KV31 with FreeRTOS & eGUI
There are a few things I don't understand about this reference .
1. The Freemaster task is driven by serial port interrupts. In the document AN5309, I read some instructions for this.But I still don't understand the implementation of the Freemasterre task and the serial port interrupt service routine
2. As for the CPU utilization statistics, the document gives the CPU load of the Motor Control part and the RTOS kernel. Does the Motor Control part include ADC interrupts and PDB interrupts?Or just a few FreeRTOSde tasks?