Hi ,I have to use IAR IDE to develop SBSFU function , But I found that after "2_Images_SECoreBin" compiler success, I try to compiler "2_Images_SBSFU" as below picture. It's seem show post build fail.Dose anyone find this issue and some suggest? (but...
Normally the bootloader is the first thing to program in the MCU by the manufacturer,. Bootloader contains a way how to update the firmware of the device from the firmware file (encrypted), which is openly passed to the customer. Hence the bootloader...
I tried to do an experiment with PC-ROP protection in Cubeprogrammer, but an exception occurred when I disabled protection.My Memory Data seems to be protected all the time, the value is always 0, and there is no way to Erase the entire Chip normally...
Hi everyone,currently, I'm struggling to make interrupt working with SBSFU (STM32WB55).If I run the program without SBSFU, interrupt event working properly.but when I compiled it along with SBSFU, the interrupt not working.I see on another post that ...
Hello everyone! I encrypt the data with the AES-256 ECB algorithm using the X-Cube-Cryptolib library, while the library itself can decrypt the data correctly, and third-party libraries decrypt it incorrectly. I use 32 random bytes as the key.I tried ...
Hi All,Currently I used SBFU solution to develop project , I had checked the AN2262 that descript SBSFU support below picture.1.My question is how to enhance below encryption strength or any application I could reference, does it need modify SE engi...