Tool/software: Code Composer Studio
Dear,
I have two Delfino microcontrollers (MC) communicate over SPI communication. One is a master and the other is a slave. SPI communication is put inside the main for loop on CPU1 on each MC. Both MCs have also fixed 1 mili-second ISR_Timer0 interrupt routine. Ones started, SPI works as expected transferring 32-bit floats between master and slave, but some other time transferring is not as should be (floats are not as should be). I suppose that the fixed interrupts in the slave/master sometimes 'brake' continuous SPI float numbers exchange between MCs.
Could you give me your opinion how to get stable SPI transfers regardless fixed CPU interrupts?
Thank you,
Tihomir Zilic