cancel
Showing results for 
Search instead for 
Did you mean: 

SBSFU STM32H7 script

Devank_J
Associate II

Hello,

image (5).png

 

These are the scripts available for the L4 series, Can the same scripts be used for H7 series MCUs. If not, are there any specific scripts/commands needs to be followed.

 

 

Regards,
Devank J

1 ACCEPTED SOLUTION

Accepted Solutions
Jocelyn RICARD
ST Employee

Hello @Devank_J ,

theses scripts are coming from a SBSFU training to make the training smooth and straightforward.

Also, this training was made back in 2020 with older version of SBSFU.

So, I would suggest using scripts provided in the SBSFU package you are using, most probably version 6.2.0.

Now, you can take the scripts provided in the training and adapt them to your needs. 

Best regards

Jocelyn

View solution in original post

3 REPLIES 3
Jocelyn RICARD
ST Employee

Hello @Devank_J ,

theses scripts are coming from a SBSFU training to make the training smooth and straightforward.

Also, this training was made back in 2020 with older version of SBSFU.

So, I would suggest using scripts provided in the SBSFU package you are using, most probably version 6.2.0.

Now, you can take the scripts provided in the training and adapt them to your needs. 

Best regards

Jocelyn

Hello Jocelyn RICARD,

 

I am currently working on an SBSFU UART example. I need to port it to use CAN instead of UART for the SBSFU process. Are there any documents or examples available to help with porting to CAN?

Regards,
Devank J

Jocelyn RICARD
ST Employee

Hello @Devank_J ,

There is no specific example to replace the Ymodem protocol with any other interface.

The code is simple to understand. You need to receive the update binary by chunks and write them to the download slot. There is no specific complexity here.

Best regards

Jocelyn