Resolved! how aes128 encryption can be done using stmcube ide for stm32l476 discovery board
please share with example
Ask questions and find answers on STM32 security frameworks and tools, including cryptographic libraries, TrustZone, and the Secure Manager.
please share with example
I am using the SBSFU project for OTA.I have linked my UserApp successfully with SBSFU projects and firmware up-gradation is working fine when FIREWALL protection is disabled.I am using the STM32L4 series controller and am aware of L4 series firewall-...
I would like to place some of the functions of ST Crypto library (cmox_crypto) into the ITCM to increase the performance on STM32H750x MCU. I would also like to place some of the associated data (tables) into ITCM or DTCM. However, the functions are ...
As per Firmware encryption need, we need to have OTFDEC module and External Flash, where we can store Encrypted firmware on External Flash and on every reset of MCU, we decrypt on the fly with help of OTFDEC module and load it on RAM. From there it c...
Need support to have STM32F769 Hardware 32BIT CRC generation and same value should be generated by STM CUBE IDE POST COMPILATION 32BIT CRC for BINARY file .So a quick background is once the project is compiled and binary is generated we use SREC_CAT ...
Hi all,I am not sure if I understood the reference manual right: When I activate Read Out Protection RDP Level 1, I can no longer access RTC Backup registers if I execute in RAM. I did not read that also Backup RAM is inaccessible. But it looks it i...
Hi ,I am working on STM32U575 nucleo board .Flash got locked (code freeze) and i have to power cycle board to run my application in below cases :Switching from RDP0 to RDP2 in firmware on Pushbutton operation . Application freeze . It runs again when...