User Activity

Greetings,I've always programmed MCU's using USB connector (e.g., on Nucleo boards) or through JTAG (for custom boards).  We are considering STM32G030Fx (TSSOP20 package) for sensor control - however, I need to figure out how to program the chip.  Fr...
Greetings,I'm struggling to get GPIO configuration to work without hitting the HardFault_Handler.  If I configure a single GPIO, like this:__HAL_RCC_GPIOB_CLK_ENABLE();GPIO_InitStruct.Pin = GPIO_PIN_7;GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP;GPIO_I...