User Activity

I am using stm32g030f6p9 microcontroller. I tried to make flash read protection: if ((FLASH->OPTR & FLASH_OPTR_RDP) != 0xbb) { FLASH->KEYR = 0x45670123; FLASH->KEYR = 0xCDEF89AB;   while (FLASH->SR & FLASH_SR_BSY1);   FLASH->...
ST-LINK V2 works fine with STM32 ST-LINK Utility and STM32CubeIDE, but ST-LINK V2 doesn't work with STM32CubeProgrammer.Any idea why this might be? I have tried various USB ports and various USB to mini USB cables. I am using original programmer and ...
I would like to know more about the internal temperature sensor. The RM says: Precision: ±1.5 °C. And the Note section says: “The temperature sensor output voltage changes linearly with temperature. The offset of this linear function depends on each ...
The ST-LINK / V2 programmer is not detected on my PCs.Before that, when I had a win7 x64 PC with a core i5 processor - STM32CubeProgrammer worked. I currently have a Ryzen 3600 win7 x64. I have installed the latest STM32CubeProgrammer 2.9.0 and am ge...
I can’t understand how to enter and exit sleep mode. Can someone share an example of how to enter and exit sleep mode on the L4 series? I use ADC + DMA + TIM and I want to go to sleep mode, and after the interruption comes from DMA, I want the microc...
Kudos from