User Activity

Hi,I'm working on download an ".elf" file on MCU without using the CUBE Programmer Application.I need to start the "STM32_Programmer_CLI.exe" from any folder path, other then the default:C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgramm...
Hi,I need to remap my code in SRAM for my custom Bootloader.This to be able to erase the flash dedicated to Bootloader when the Bootloader itself needs to be update.I used __attribute__ ((section(".RamFunc"))) on the functions declaration in my code....
Hi,I need to disable windowed watchdog before jump from application to my custom Bootloader.From LL enable routine and from rm0444, I read that bit WDGA (Activation bit) of WWDG_CR register, can only be set.The reset of this bit is only possible afte...
Hi,I have a problem after jump from application to my custom Bootloader.This the micro code: STM32G071KBU3.I correctly jump from application to Bootloader, but after the jump I don't get anymore interrupt from tick.I add an information: if I run dire...
Hi,after I try to program option byte to configure brown out I can't  anymore reach the micro.I'm working with a STM32G071KBU3.I also try to connect to the micro using CUBE programmer. I get the error "target not found". Below my code.The instruction...