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.

TMS320F280036-Q1: serial_flash_programmer

Part Number: TMS320F280036-Q1
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Can you provide the source code for serial_flash_programmer_appln.exe? We would like to modify this exe file in a way that it can be better adapted to our project.


We are developing bootloader functionality on the F280036 chip. Thanks to the official uploader provided by TI, we have been able to upgrade the application via serial_flash_programmer_appln.exe.
According to the new requirements of the customer, we need to modify the data and file checksum algorithm on the basis of the example.But no relevant source code was found.

Best regards

  • Hi Owens,

    The source for the Serial Flash Host Programmer Project can be found in the C2000Ware folder:

    C:\ti\\C2000Ware_5_02_00_00\utilities\flash_programmers\serial_flash_programmer\serial_flash_programmer.sln

    and can be opened using Microsoft Visual Studio.

    To modify the source to generate the serial_flash_programmer_appln.exe, you must comment out the define for the kernel:

    //#define kernel

    in the serial_flash_programmer.cpp file.

    Thanks and regards,

    Charles

  • hi Charles

    The company's computers cannot install Microsoft Visual Studio. Can VS Code be used to modify and build .exe files? How should this be done?

  • Hi Owens,

    VS Code is an editor that can accept plugins while Microsoft Visual Studio is the full development environment, so no it cannot be used in the same way. 

    Regards,

    Charles