This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280049: C2000 CAN Bootloader

Part Number: TMS320F280049

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 C2000Tm PiccoloTm F28004x Series LaunchPadTm. 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:

  1. Check CAN communication with my usb-CAN converter between PC and Launchpad
  2. Switch S2 GPIO32 ON(0) - GPIO33 OFF(1) on the launchpad
  3. 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