Resolved! STSAFE-A110 how to enter Hibernate
board: stm32U585 + stsafe-a110 before the stm32u585 enter the low power mode ,I want to set stsafe-a110 enter the low power consumpion mode. I can't find the methods to enter Hibernate
board: stm32U585 + stsafe-a110 before the stm32u585 enter the low power mode ,I want to set stsafe-a110 enter the low power consumpion mode. I can't find the methods to enter Hibernate
I was trying to test the capability of the STSAFE-A110 chip to store and verify a password, but it didn't work.StSafeA_PutAttribute() returned STSAFEA_UNSATISFIED_ACCESS_CONDITION.StSafeA_VerifyPassword() returned STSAFEA_ENTRY_NOT_FOUND.I'm not sure...
Hello,I am trying to port SBSFU functionality on NUCLEO STM32F767ZI board. I am referring STM32F769I Discovery board project (image 1 project: single slot variant) from the examples available. I have followed the steps mentioned in the UM2262 and A...
I implemented a ECDSA signature generation and checking on STM32H743ZI NUCLEO using STM32CubeExpansion_Crypto_V4.2.0 library example ECDSA_SignVerify.I did similiar with Python using https://pypi.org/project/ecdsa/Unfortunately signature generated by...
I am implementing sbsfu on stm32h745 chipset.Ported 2images from stm32h753 sbsfu examples.Among slots 1 and 2, slot 1 is intended to be used by cm7 and slot 2 by cm4.Although cm7 is operating normally, I created a separate cm4 package, created an sfb...
Hello,I followed this tutorial to add an example secure partition in TF-M ( https://tf-m-user-guide.trustedfirmware.org/integration_guide/services/tfm_secure_partition_addition.html ) and then followed these instructions to flash the application to m...
Hello, I'm using the STM32H563 and performed a standart procedure to change the product state, perform provisioning and change the product state to closed, all through standart provision operation with the STM32CubeProgrammer for the first time worki...
I can't run the exe file on my pc, due to internal policies.Could someone upload the whole directory structure and files in github?
Hello,I am trying to compile the TFM application, but when building the TFM Appli Secure project, it says it cannot find the file tfm_parse_manifest_list.exe and gives me errors because not all the .h files that should be generated by running the pr...
I'm using H753 which has hw crypto, and was hoping to improve the sbsfu execution time (e.g. time to validate FW header at start tup) by enabling hw crypto. However HAL_CRYP_MODULE_ENABLED doesn't do anything. I looked through the integration guide a...