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.

F28M35 : bootrom source code , or example flashing via Uart/CAN & Uniflash

Other Parts Discussed in Thread: UNIFLASH, CONTROLSUITE

Hi everybody , 

please I  need in my code to be able to flash 28M35   sending data via UART  (  one option could be to use  the Uniflash on the PC ) .   The Boot Rom  source code would be a great starting point ( some code modification for sure  , for example I can get  data to write from CAN too ) . 

so some questions :

1)  could I get the BOOTrom  source code , at least the Flash kernel  section  ?

2) any other example  ( like other C2000 parts have in Controlsuite ) for flash kernel  in source code  for F28M35 ?

3) about Uniflash  can I get the source code ?  it would speed up  development of my own app 

thank you very much 

bye

Carlo

  • Colombo,

    Source code for Uniflash is unavailable. And Uniflash is owned by SDO.

    Boot ROM symbols are available in in controlSUITE. /libs/utilities/boot_rom.

    For a flash kernel reference please see the F2837xD_sci_flash_kernels in controlSUITE.
    C:\ti\controlSUITE\device_support\F2837xD\v200\F2837xD_examples_Dual\F2837xD_sci_flash_kernels

    There is also a serial flash programmer which is a PC application with source code available in controlSUITE that works with the sci flash kernels.
    C:\ti\controlSUITE\device_support\~Utilities\serial_flash_programmer

    For more information, please consult the Application Note.
    http://www.ti.com/lit/sprabv4

    Regards,
    sal
  • Hi Sal 

    OK thank you very much

    bye

    Carlo