Hello,
I am currently attempting to transmit datas with CAN communication between two Dsp 28035. I have written the code and I have working communication between two identical DSP's 。
It work with CAN reception interruption and transmit data in main loop。However,it will not work normally with CAN reception interruption and transmission interruption。It will not enter reception interruption when receive some datas while transmission is OK.When I closed the transmission interruption,the reception interruption is OK.If there is some interference between two interruption。I have proved it is not relative to the priority 。
I have written the code, andI have working communication between two identical DSP's