User Activity

I have been flashing to my custom board that has STM32G474 MCU. But once when I tried to set the BFB2 bit manually using ST Link utility (while keeping nSWBOOT0 reset, and nBOOT0 set), the device is now no more programmable. The device is still detec...
Dear AllI am working on STM32G431 trying to implement ADC using DMA in Zephyr framework.Below is my code,#include <zephyr.h> #include <sys/printk.h> #include <drivers/adc.h> #include <stm32g4xx_ll_system.h> #include <stm32g4xx_ll_dma.h> #...
Kudos from