cancel
Showing results for 
Search instead for 
Did you mean: 

Bootloader code

Mujeeb  Shaik
Associate II
Posted on March 20, 2017 at 15:58

Hi All,

I am new to SPC family micro controllers,I am using SPC560B- Discovery board,I need a boot-loader sample code, which will be reading the binary file data over a UART,It will be very helpful if any one shares sample boot loader code.

Thanks in advance,

---

Thanks & Regards,

Mujeeb

#spc5 #bootloader
1 ACCEPTED SOLUTION

Accepted Solutions
zambrano.luigi
Senior III
Posted on March 22, 2017 at 11:47

Hi 

Mujeeb,

at the moment no sample code is avalaible. There are 2 possible solutions for your problem:

1. Use the SPC5-Flasher

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/spc5-embedded-software/spc5-flasher.html

 

Starting from the next release, the SPC5-Flasher should also be integrated in SPC5Studio.

2. Develop with SPC5Studio a specific application to program your binary code. In SPC5Studio you can find a specific library to program the flash memory within the core, but you should develop a specific driver to read the binary file via serial port.

Regards,

Luigi

View solution in original post

1 REPLY 1
zambrano.luigi
Senior III
Posted on March 22, 2017 at 11:47

Hi 

Mujeeb,

at the moment no sample code is avalaible. There are 2 possible solutions for your problem:

1. Use the SPC5-Flasher

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/spc5-embedded-software/spc5-flasher.html

 

Starting from the next release, the SPC5-Flasher should also be integrated in SPC5Studio.

2. Develop with SPC5Studio a specific application to program your binary code. In SPC5Studio you can find a specific library to program the flash memory within the core, but you should develop a specific driver to read the binary file via serial port.

Regards,

Luigi