2021-03-22 09:36 AM
Hello, I a new with NUCLEO STM32H753ZI and trying the SBSFU examples (1 and 2 images). I can flash and launch the SBSFU but I can't load any user application (userapp.sfb)
I use STM32 tools, either using Linux or Windows with the same result :
I have followed the guides given in the examples documentation (from readme files into project SBSFU V2.4.0), I have applied :
Solved! Go to Solution.
2021-03-26 10:40 AM
Hello,
There is a MINICOM flag in the SBSFU code as well as in the user application code in the 2 images setup.
If you don't activate if (which is the default setting) and run on windows, there should be no issue.
On Linux I could see it failing even with MINICOM flag set on some distribution.
So, I recommend fist testing on Windows if possible.
I could check with TeraTerm and extraputty without issue.
So, could you please check again starting with a clean project (from zip file) ?
Best regards
Jocelyn
2021-03-26 10:40 AM
Hello,
There is a MINICOM flag in the SBSFU code as well as in the user application code in the 2 images setup.
If you don't activate if (which is the default setting) and run on windows, there should be no issue.
On Linux I could see it failing even with MINICOM flag set on some distribution.
So, I recommend fist testing on Windows if possible.
I could check with TeraTerm and extraputty without issue.
So, could you please check again starting with a clean project (from zip file) ?
Best regards
Jocelyn
2021-03-31 07:46 AM
Thank you for your reply Richard. I followed your advice and now is works fine. I think I had a problem in the option bytes settings that prevented the correct loading finally.
Best regards
Pascal