Resolved! Any method to implement Crypto lib in the project?
Moved from this thread. Any method to implement X-CUBE-CRYPTOLIB in a project ?
Ask questions and find answers on STM32 security frameworks and tools, including cryptographic libraries, TrustZone, and the Secure Manager.
Moved from this thread. Any method to implement X-CUBE-CRYPTOLIB in a project ?
I am working through this course but am stuck because the new 2.0.0 version of SM no longer provides the batch files like provisioning_auto.bat that are referenced in the course and I am unsure how to continue.Also posted this on the course page at h...
We attempted to change the product state to "Closed" on STM32H523, and this operation was successful. We can perform a full regression to the "Open" state. However, we are experiencing unexpected behaviour during the provisioning stage. The code in t...
Hi, I am working on the STM32H533RE microcontroller and implementing AES-CCM encryption using a NIST test vector for validation. While the encrypted output matches the expected result, the authentication tag generated is incorrect. I have shared the ...
I am using stm32h563zi microcontroller (Nucleo-H563zi) in this i have created project using trust zone. In this aim was to use UART4 to transmit message. But i am unable to transmit, i have uploaded main.c of secure and nonsecure. what is the possib...
Hello! I would have an app that is divided between a secure part and a non secure part. The memory definition is as following in the secure linker script: /* Memories definition */ MEMORY { RAM (xrw) : ORIGIN = 0x30000000, LENGTH = 320K FLASH (rx) : ...
Greetings,I want to implement encryption in STM32F205RG. I came to know that there is no Hardware support, so is there any STM32 crypto library for STM32F205RG ? I want to implement AES encryption and decryption function. Thanks for support.
Hello ST Community,I am working with an STM32U5 based board and facing serious issue related to RDP Level 2 and debug access. I am attempting to recover the device using STM32 Programmer CLI and Cube Programmer but it is not responding as expected e...
I am still very new to embedded programming. I am trying to walk through the SBSFU example application for the B-U585I-IOT02A from STM32CubeU5. The board I am using is STM32U5A9J-DK. I tailored some of the build settings in STM32CubeIDE for STM32U5A9...
For context , i was trying to testout OMEiRoT and DA ,i successfully managed to lock , and regress using the password method and i tried to replicate the STiRot method shown in the STiRot handson video to try the OMEiRoT example project in the nucle...