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.

TMS320F280039C: DCAN Flash programming using can flash kernal and the blinky application

Part Number: TMS320F280039C
Other Parts Discussed in Thread: C2000WARE

Hi 

I am trying to do the CAN Flash Programming of C2000 TMS320F280039C Microcontrollers using the Launch Pad dev board. instead of using the PCAN device, I am trying to do the programming using the ESP32S3. I used the flash_kernel_ex5_dcan_flash_kernel.txt file as the kernel and the blinky.txt file as the application and inserted both into the program in esp-idf as unsigned char arrays. as it was mentioned in the sprad51 doc I sent the kernal file through CAN in 2 bytes per frame at 100kbps and then waited for 5000ms and sent the application file (blinky.txt) in 8 bytes per stack at 1Mbps. before sending the whole thing i set the boot pins of the c2000 launch pad as 32 low and 24 high (CAN boot configuration) and then after that set back both boot pins high (flash boot mode)  and restarted the launch pad. but the blinky application didn't work.

 

I included the kernal and the application files as above in the espidf program.

May I know the reason and how to solve it?

Best Reguards,
Ashan