2025-01-01
03:29 AM
- last edited on
2025-01-02
02:20 AM
by
Maxime_MARCHETT
Hello,
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
Solved! Go to Solution.
2025-01-02 01:19 AM - edited 2025-01-02 01:30 AM
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
2025-01-02 01:19 AM - edited 2025-01-02 01:30 AM
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
2025-01-08 04:06 AM
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
2025-01-08 04:21 AM
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