I am using x-cube-sbsfu version 2.4.0 on a custom designed board using the STM32F722. I have ported the single slot code (1_Image) for the STM32F769I-Discovery board to the custom board. I have come across what looks like an error in the sfu_low_leve...
I know this was cracked before, but required high skills and expensive equipment, but nowthis method makes it really easy, basically anyone can do it.Any official statement concerning this from ST?Like the list of devices which are affected, possible...
The ECDSA implementation in cryptolib does not provide means of implementing ECDSA without a random number. RFC6979 is a secure way of doing ECDSA without a random number, it is used in the blockchain implementations (bitcoin, ethereum)
Hello community,I have a few of questions regarding SFI:1) Does STM32H753AI support SFI (Secure Firmware Install)?2) Can I use SWD for the SFI?3) Is there any recommended HSM smart card reader for the SFI?Thank you :)
Hi all,I have two different batches of Revision V STM32H750VBT6. All units in one of the batches (Date Code 045) has issue with the hash peripheral while the one (Date Code 928) is working completely fine.I created a new basic project for testing thi...
I am using STM32L4A6VG with 1 MB flash and my application is about 600+KB. I want to update the user app from an external flash and need some guide to modify SBSFU.After reading these 2 examples (STM32CubeExpansion_SBSFU_V2.4.0\Projects\B-L475E-IOT0...
I am trying to use AES-GCM with the crypto hardware accelerator the normal Testvectors are working, but when I connect it to openssl the authentication Tag is wrong. Do you have any idea how to fix this? The normal Encryption in ECB is working. If I ...
Hi,I am facing some issues with debugging SBSFU project.When I flash the application in debug mode, I can not jump to breakpoints set in SBSFU projects.Is there any way to perfrom this.Best Regards,Ankush Nagaraju
We are planning to use an external flash memory connected via QuadSPI to the OCTOSPI peripheral of a STM32H735 (at a later stage that would be STM32H733).This will be used to run firmware and store downloaded firmware updates with SBSFU. For that we ...