User Activity

Hi,I am trying to have data at a specific location in flash. To do this I have defined my section in the linker script as follows: .info_data 0x08004674 : { . = ALIGN(4); KEEP(*(.info_data)) . = ALIGN(4); } >FLASHwith FLASH starting ...
Hi,I am trying to set the write protection on my STM32G071 uC. I found the explanation here on how to do it in code. However once HAL_FLASH_OB_Launch is executed, the debugger loses connection and the uC is bricked. I tried to get a connection again ...
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...
Hi,I am trying to set up two timers so that they generate a PWM with the second timer being 1/4 phase past the first one. I am using an STM32F446.I have the second set up as slave and triggered by the OCREF2 of timer 1, this should then generate a re...
Hi,I am trying to use the ROM Bootloader on an STM32G071 Nucleo to upload code to the board. However erasing and writing to flash is not acknowledged by the G071. Other commands like reading from memory are acknowledged and return the correct data.I ...
Kudos from