When I call a SWI function in a HWI function,does it mean that the SWI function is just put into the swi list and the HWI will proceed to the code afterwards?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
When I call a SWI function in a HWI function,does it mean that the SWI function is just put into the swi list and the HWI will proceed to the code afterwards?
/cfs-file/__key/communityserver-discussions-components-files/791/2746.Swi-Scheduling.pptxThe HWI calls swi_post and proceeds to finish it code. Then the scheduler based on priorities (are there other HWI or SWI with higher priority) will start the SWI
The attached slides shows the SWI priority scheme. See that HWI runs to completion before the schedule switches to SWI
Ran