User Activity

Hi,I need help!!!I'm working with STM32L47 and I'm trying to add the option to update the FW via DFU without toggling BOOT0.I tried to make the Stackpointer jump to the same address the BOOT0 as it's sent by the BOOT0 press (0x1FFF0000) but the only ...
Hi,I'm working on the FW for STM32H725VGT6 MCU and something strange is happening.I've created a simple project with cubeIDE (with usart2 and a GPIO to toggle) and the code created and compiled with no issues. After uploading the code with debug mod...