Part Number: TMS320F28375S
Hi everyone,
I am working on TI TMS320F28375S MCU. Currently, I flash the device using a TXT file, which clearly specifies the flash addresses and chunk sizes in the file with my custom CAN-based bootloader. , as suggested in this thread:
https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1355292/tms320f28375s-issue-with-source-file-availability-post-bootloader-jump-on-tms320f28375s
but now, I want to flash the my MCU using BIN file with bootloader.
The BIN files only contain raw data without any address or chunk size information.
How can I properly handle and flash raw BIN files with my custom CAN bootloader? What are the best practices for managing flash addresses and data chunking when working with BIN files on TI C2000 devices?
Thanks!

