User Activity

Hi In my MX setup, using STM32G070CB, I tried to allocate PB11 as ADC_IN15 and PB12 as ADC_IN16. Funny enough, the PB11 & PB12 pins are changed in yellow colours, While PB10 as ADC_IN11 bears no problem with the normal green colour allocated.Hoverin...
Hi allI have recently changed my computer, and reinstall STVD for the development of STM8 applicaiton.using cosmic compiler. In my old computer, I used to set up breakpoint by just double clicking the very left column (where line number appears) at ...
hiComsic STM8 compiler suite version: 4.4.12.I am using this compiler version together with ST's STVD.In the sample code attached, with line 13 conditional define set to 0, the compiler yields compilation error (my intended implementation), and the a...
Currently, I am trying out STM32_Programmer_CLI.exe (from STM32CubeProg version 2.5).I am setting up a batch file to program a STM32G030 device via the serial bootloader.With nB00T_SEL option flag cleared already, the following command is executed:ST...
HiSTM32G0 series is a newer chip family with more advanced DMA/MUX to provide more flexibility.my code, which uses tim16 update to request DMA to transfer from memory to GPIO BSRR. The code works on STM32F030 but fail in G030. The request from TIM...