Part Number: TMS320F2808
Hello dear community,
I am working with f2808 processor in Simulink. To decrease the burden in the generated code, I would like to execute some of my mathematical calculations under Idle Task and Software Interrupt Trigger Task blocks. As far as I observed, both of these approaches really helped the code to run quicker and in a desired period of time. My questions:
-What is the difference between idle tasking and software interrupt triggered tasking?
-How are they technically being executed?
I would love to hear some detailed explanations.