Hello,In a master/slave system where I use stm32H7 as master and STM32G030F6 as slaves, I am trying to flash the slaves with the master using the System memory bootloader.I can successfuly get to STM32G0 system memory (either on an empty one or one ...
Posted on October 03, 2017 at 17:53Hi,I'm having trouble getting SDIO to work on a STM32F767 based project. I used the exemple provided in the CubeMX repo to try a dummy read/write, but the initialization process stall in the SD_PowerON() function.A...
Posted on April 11, 2017 at 16:03
Hi,
I'm facing an issue with a new project I'm working on, I just received a custom board based on a STM32F746VGT6 MCU, the MCU wasn't able to run my base program, (generated via MXCube), so I started changing...
Using USART I managed to work with the embedded bootloader, but I had tons of issue with my initial architecture, in which I wanted my master (STM32H7) to be able to switch the slave (STM32G0) in bootloader mode to update it. It worked ... for a whil...
I did some wiggling to set-up an UART connection to my slave, and it works !I can communicate with the STM32G030F6 bootloader.When tasking the version, I get 0x31, which I guess is the version of the USART bootloader, not of the bootloader itself.So ...
Hello JW,Thanks a lot for your quick reply. There might have been some other pins activity causing the bootloader to jump to another branch indeed. I simply disconnected those pins physically to be sure it isn't the case. It didn't solve the problem ...
Posted on October 05, 2017 at 16:33Well ... I tried adding series resistor of different values, changing the pullup resistors, disconnecting someother components to see if there was some sort of interference ... Nothing works. I guess it's a capacit...