Hi everyone,
I need to develop a CAN bootloader with TMS320F280049.
I succeed to get working the serial_flash_programmer software provided by TI work with the SCI bootloader, using C2000 Piccolo
F28004x Series LaunchPad
. I'm using source code, not only exe version
Next step is focus on CAN version. I stopped at a first obstacle.
I made these steps:
- Check CAN communication with my usb-CAN converter between PC and Launchpad
- Switch S2 GPIO32 ON(0) - GPIO33 OFF(1) on the launchpad
- After power on the launchpad and send a CAN message (length=2 msgID=0x1) I expect to have an echo, but nothing happens.
Where am I wrong? Any suggestion to help me to start the development?
Regards