User Activity

Hi,I'm trying to get a clock output at 460.9 Khz on PB2 by setting the MCO2.The PB2 pin is declared as follow:static void MX_GPIO_Init(void){ GPIO_InitTypeDef GPIO_InitStruct = {0}; /* GPIO Ports Clock Enable */ __HAL_RCC_GPIOB_CLK_ENABLE(); /*Config...
Hi,I'm having a STM32G474 with Bootloader block (0x0800 0000 - 0x0800 4FFF) and Application block (0x0800 5000 - 0x0807 FFFF).I need to update Bootloader from Application, by copying a new bootloader located on higher memory. Is it possible ?I'm usin...
Hi everyone,I have some misunderstanding about the use of the DBANK bit of the configuration bits.I have a costomized SPI bootloader located at address 0x0800 0000 and an Application starting at 0x08005000. So both are located on the Bank1. I made th...
Hi,I'm using a STM32G474VET6 with 2x256K flash size.My custom bootloader is located in Bank1, won't branch to application program.The PC counter value won't change when debugging to Jump_To_Application()FYI, when application code is:Optimized HIGH:St...
Hi,I'm trying to download a binary file into an external flash using the STM32CubeProgrammer with an .stldr file.I can Read, Erase, but the download doesn't work.The tool start by programming the first 0xFF addresses and stops.the error is Error: fai...
Kudos from