Need help on STM32L562 for hash (sha256)
hello, now I am program stm32l562 for hash(sha256). I have no idea what to do. Can anybody give me some examples or ideas? Thank you very much.
Ask questions and find answers on STM32 security frameworks and tools, including cryptographic libraries, TrustZone, and the Secure Manager.
hello, now I am program stm32l562 for hash(sha256). I have no idea what to do. Can anybody give me some examples or ideas? Thank you very much.
hi,my type is stm32f031, i try to debug ' spi + dma + crc' mode. i have no idea about transmit crc .i just enable crc_en, and set the bit crc_next every sending 8bit value.my logic analyzer occured the only 8 bit datas, it not contains the the crc va...
I am trying to adapt an existing project that uses Keil RTX5 (RTOS2) which was written in C++ to include SBSFU functionality. So far I have got the project to build. However I am not sure about the integrity of the build as Micro-lib does not support...
Listen, I have chosen the day that had a plenty of free seats! First I have chosen another day but the system replied that this day is full, then I've chosen another one which was OK. Now I am simply thrown away from the event! WTF? Who do you think ...
Hello, there,I need CRC8 in my design. Thinking with the Polynomial programmability in Stm32G4 . It should be straight forward.When I tried to test with the example "CRC_UserDefinedPolynomial" coming with stm32cube_fw_g4_v130 in "Examples_LL" folder,...
Hi,According to the document "AN5056-Integration guide for the X-CUBE-SBSFUSTM32Cube Expansion Package" Table 3. SBSFU code size reduction,In project "NUCLEO-G071RB", I build "1_Image_SECoreBin" by modify SECBOOT_CRYPTO_SCHEME from "SECBOOT_ECCDSA_WI...
I am using STM32F0 , F1 , F4 series of MCU now i want to apply encryption for protecting my firmware so i want to know which encryption is best for this purpose?
I am trying to build SBSFU V2.3.0 on STM32L496G-DISCOVERY board. I can build SeCoreBin and SBSFU. Flashed into board. All fine and it comes up over serial usb. However I am having trouble building the user app to exercise flashing. I am build...
I have filled request form for X-Cube-SBSFU software. Later I get the download link.When I clicked the download link first I login with my account. There were not a downloda link in that page It seams Validating One day later When I login again Valid...
I would like to extend the GCM example in STM32CubeExpansion_Crypto_V3.1.0 to be able to encrypt messages over a wired bus. Every message should contain an authentication. So the encryption of every message begins with AES_GCM_Encrypt_Init, and ends ...