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.

CCS/TMS320F28035: Parallel Processing in C2000 controllers.

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.