User Activity

I'm using gpio interrupt inside there void HAL_GPIO_EXTI_Rising_Callback(uint16_t GPIO_Pin){static uint32_t push_time;if(GPIO_Pin == IS_FUSED_Pin){pin_int_now = HAL_GetTick();if(fuze_push_time + DEBOUNCE_INTERVAL < pin_int_now){LED_Green_On();fuze_pu...
Have an issue with connection I2C sensor to STM32G030 chip.  Function HAL_I2C_IsDeviceReady alvais return HAL_ERROR.  Looks like this controller are not support I2C master, but documentation said: Features of the I2C peripheral: I2C-bus specification...
Kudos given to