User Activity

Hi, I'm using the STM32G030 MCU and I want to perform programming using the CLI commands. When using the STM32 ST-LINK utility and opening the option bytes window, I can see the PCROP bit which if I set, the MCU performs a mass erase when RDP bit cha...
Hi,  I have a bootloader for the STM32G030 which is working good but at the end of the hex file, I get flash alignment error (PGAERR). After going deeper in the issue, I found out that the hex file produced by the STM32CubeIDE has non-aligned values....
Hi,I need to develop a bootloader for my application using the STM32G030C8 and went through the "How to create a super simple bootloader" videos (https://www.youtube.com/playlist?list=PLnMKNibPkDnEb1sphpdFJ3bR9dNy7S6mO). These videos showed a very ha...
Hi,I developed an application using the STM32G030 having UART working with interrupts. The UART initialization is done by the STM32CubeMX (attached). In addition, I have added code to enable the RXNE and Error interrupts using the LL functions "LL_US...
Hi, I'm developing a product using the STM32G030C8T6. I set the I2C using the STM32CubeMX (settings attached) and used the functions supplied by the LL library. The I2C is set as Master and I only have one Master and one Slave on the bus. I manage to...
Kudos given to