Part Number: TMS320F2808
Hello,
I am currently working on a project that 2 TMS320F2808 processors should communicate using SPI communication protocol. I am using Simulink as my software tool. Moreover, with the help of the Code Composer Studio, generated C code from the Simulink is embedded to processors. The problem I encountered is that when one of the processors used as master and other one is used as slave (master sends 32 byte constant data, slave receives it and transmits it to master) , the output data of the slave (SOMI/MISO) is contaminated after a while. The time that data contamination starts is directly related to the Simulink's solver time. What could possibly be the problem related with?