Resolved! How to download X-CUBE-CRYPTOLIB whithout error 404?
Hi, I try to download X-CUBE-CRYPTOLIB but after clicking on ACCEPT "terms and conditions" I always get 404 Error
Hi, I try to download X-CUBE-CRYPTOLIB but after clicking on ACCEPT "terms and conditions" I always get 404 Error
https://youtu.be/LG474meMnagI was using this above video for reference. I had TrustZone enabled on the board and wanted to disable it. As per the video I first set it to DC from AA level in cube programmer. Then disconnected the board and power cycle...
We have plan to support application down-loader from Application context. It means Application has ability to receive new application over the air. Not SBSFU.In case of Active application got corrupted somehow, then SBSFU is locked the MCU, as we los...
Hi,Hope doing good.Can I have an SHA-256 crypto library example code?
I am quite new with embedded programming. I must implement CRC8 with HAL and have tried to implement the CRC8 in python at the other end. Have used the crc8 library but both results don’t match. Is there anybody who could give me a hand to implement ...
Can the CRC for the ADBMS1818 (and other Analog Devices BMS parts) be generated using the STM32 CRC peripheral?The ADBMS1818 datasheet shows a 15 bit polynomial for the CRC as--x 15 + x 14 + x 10 + x 8 + x 7 + x 4 + x 3 + 1Other sources call this a C...
Also, the crypto functions require a key made up of an exponent and a modulus. The examples only show these as two separate arrays. How do I get from a single array I have hopefully included from the pem file into these two separate arrays? What is t...
Hi, I have nucleo-h753ZI and I want to use CRYP in a project that also uses FREERTOS. I set Timer 6 as Timebase Source (recommended due to FREERTOS) and as a result, program goes to HardFault every time I use HAL_CRYP_Encrypt function.HAL_CRYP_Decryp...
Does the controller perform a CRC confirmation check before running the application to check if the firmware is corrupted? If so, where does this happen; in the bootloader or the application itself? What does it do if the CRC turns out to be wrong? S...