User Activity

Posted on April 30, 2018 at 10:52Hi,I have a MAX17205 Fuel Gauge connected to an STM32373C-EVAL board over I2C. I'm trying to read the DEVNAME register on the MAX17205 as a communication test but am getting a NACK error. I've checked the I2C signals...
Posted on April 20, 2018 at 13:03Hi,I'm trying to detect a long button press on an STM32F3.I have a push button connected to a GPIO on the STM32F3 configured with an external interrupt request (EXTI9_5_IRQn). The interrupt handler (HAL_GPIO_EXTI_IRQ...