Part Number: TMS320F28069M
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hello dear forum!
I'n new in world of Texas Instruments, and I wanted to make a program that would use two additional interrupts. I wanted to read data using SPI communication, that is triggered every 10 ms (by Timer1, executed by CPU). Meanwhile I'm sending communicates via Serial (pie->SCIRXINTB) and something strange happens.
One SPI int takes about 1.4 ms to be done and it will be triggered while Serial int. The problem is that I want to change priorities of them, so Serial would break SPI. How can I do that?
Best Regards,
Tomasz

