Forum Posts
Crypto library RSA Signature errors
Hi,I am trying to use the STM32Cryptography library to verify the signature of a flash segment, using RSA Encryption and 3072 bit length keys.The signature is generated by a python script and appended to the hex file. The signature has a length of 38...
[SOLVED] STM32 CRC calculation unit - I know this is a very old question.
I could not get wanted result by using STM32F7 calculation unit. The code I borrowed for comparison was from WireShark CRC32 function. It was a table based function for speed. And I compared the STM32 CRC result with bitwise algorithm. I found out th...
On the STM32H (not L) I need to use a 1-wire EPROM, and I try the generic driver calls generated by the IDE (HAL_SWPMI_Receive, HAL_SWPMI_Transmit, HAL_SWPMI_MspInit, etc.) and I see no bits going out on the scope, and the transmit times out.
I can "Transmit" but the TXE flag never clears and the transmit times out. It's unclear which parts of the bus are fully automated (reset, discovery, etc.) and how much of the CRC is handled, etc. I can see nothing on a scope, but if the chip gets in...
Resolved! STM32H735RGV6 and STM32H725RGV6 software compatibility?
We have a design based on STM32H735RGV6. We are trying to move our design to STM32H725RGV6.These two MCUs are pin compatible and can be used in the same design without changing the board design.However, we are not sure about using the same software i...
What is CRC algorithm used in No-Stretch Get Memory Checksum of I2C bootloader
Hi,There is No-Stretch Get Memory Checksum command in I2C bootloader, Does someone know the CRC algorithm used?The UART & SPI bootloader, Host can set the CRC polynomial & CRC initial value in Get Checksum command, but there is no such description i...
STM32H753 - generating SBSFU bin file
We are facing an issue related to the STM32H753 MCU , CubeIDE version 1.10.1 .We compiled our project successfully with all needed scripts for generate the SBSFU file + sfb bin file.The bin file programmed into the internal FLASH via the Cube Program...
Resolved! AIRCR.PRIS = 1 / PRIMASK_NS=1 Higher priority secure interrupts are disabled
Hi,I'm playing with Nucleo-u575zi and GPIO_IOToggle_TrustZone example.Everything is working as expected.I want to be sure that systick of secure zone is never blocked by nonsecure zone (e.g. setting PRIMASK_NS =1). In secure mode, at startup, I then ...
SBSFU [SBOOT] System Security Check failed
Device: STM32L4S5Trying to run x-cube-aws v2.2.1I've successfully flashed the B-L4S5I-IOT01_STSAFE_Provisioning binary (output below)Start provisioning of STSAFE-A Force STSAFE-A provisioning Launching STSAFE-A pairing Check if Pairing Host keys...