User Activity

I’m working with an STM32F746G-DISCO board, and I’ve encountered an issue with the board. The ST-Link port is broken, and unfortunately, it cannot be soldered. To make matters worse, the SWD (Serial Wire Debug) pins are not exposed on the board, and ...
Hello,  i'm wondering if it is possible to copy data from RAM to flash using DMA after unlocking the FLASH memory   static const uint32_t src[4] ={80,20,30}; static uint32_t dst = 0x080E0000; __HAL_RCC_DMA1_CLK_ENABLE(); dma_handler.Instance = DMA1...
Kudos given to