Other Parts Discussed in Thread: TMDSCNCD28069ISO, CONTROLSUITE, C2000WARE
Tool/software: Code Composer Studio
My hardware connection
tmdscncd28069iso(plug in TI ducking station) --> ISO1015 EVM board --> USB2CAN --> CanBus program runing PC
First, I did not use tmdscncd28069iso but a 28035 control card. I rewrite ECanBack2Back example codes and it work perfectly.
28035 can sent data to CanBus program and receive data from CanBus program, the corresponding ISR are woring as desired.
Next, I use tmdscncd28069is and repeat the whole work again (Of course, I use another sample code, Example_2806xECanBack2Back)
This time, My ISRs never be called and nothing happened.
Is there sample codes for eCAN using interrupt method for F28069?