Part Number: TMS320F28035
Tool/software: Code Composer Studio
Hi,
• I'm running code in cpu timer0 isr.
• Frequency of isr is 8Khz. (125 us)
• My code involves a lot of calculations, code itself is taking 100us to execute. I've already done calculations using iqmath library.
Is there any possibility of C2000 controllers for parallel processing ?
I don't want isr execution to interfere with the execution of other isr routines and main.
Kindly help.