Hi, I'm developing a zephyr application that I want to run on STM32L562E-DK. When my new development Kit arrived, I went through zephyr example samples to test it. I saw a sample that was using Arm TrustZone technology with TF-M, as it was new to me ...
I've managed to configure the STM32 CRC such that it can create the standard CRC-32 as per this article - https://stackoverflow.com/questions/39646441/how-to-set-stm32-to-generate-standard-crc32. However, this CRC does not match Ethernet spec.Is ther...
I have implemented sbsfu on my board. It is running. If I download a new firmware out of my user-app the new firmware is loaded, the flash is swaped and the new firmware starts up.If I reset the board, the bootloader says - Installation not validated...
I'm using STM32L562VET6, please tell me where I can find "X-CUBE-CRYPTOLIB" support Cortex-M33.Thanks,QiZhang
Hi, Trying to turn on RDP just before I get a product out to market. Can unlock and erase Option RDP bits to 0xFFFF but cannot seem to write the option bit to set RDP byte to 0x00FF. This leaves the devices bricked on the next reboot. Can't era...
Hello everybody,we're currently discussing product tampering and intellectual property (IP-) protection for a new product.I read a lot about SBSFU, the STSAFE processors and KMS memory in some STM32 µCs, but some things I may have not 100% understood...
Hi,I am migrating some code from an STM32F745 to an STM32H743.I came into some trouble while using the crypto library and the hardware CRC at the same time.The STM32H743 crypto library resets the CRC DR register every time AES_CBC_Decrypt_Append is c...
Hi all, Is there any method available for program RDP 0xBB to RDP 0xAA using CLI only through the uart or spi using USB ( without SWD or JTAG)Thanks
I went through the MOOC part 6 and I thought of creating a new project for Nucleo -L476RG (from the scratch), I Created a new code using CubeMX (Use same pins ands USART) and followed the same steps as video 2,4 as describes. but once I use FLASH_SBS...