Part Number: TMS320F28069M
I am trying to communicate with the CAN boot loader using our PC host (PCAN-View) set to Bit rate = 100kbps.
The boot loader code get stuck at the following line in CAN_GetWordData()
// Fetch the LSB
while(ECanaRegs.CANRMP.all == 0) { }
We are using controlCARD with Piccolo TMS320F28069MPZT, InstaSPIN-FOC and InstaSPIN-MOTION enabled.
From the picture below you can see that we are receiving lots of receive errors.
Tried lots of different bit rates on the host side with no luck.
Think I must be missing something.
Any ideas?