User Activity

Using a STM32L0538-DISCO as the host for a production programmer/tester for a small STM32-based device. Production floor has no place for a PC+STM32Link! In part I chose this board because it already has dedicated SWCLK/SWDIO interface...but I'm no...
HAL_GPIO_DeInit(GPIOA, GPIO_PIN_7); //PA7 is no longer GPIO interrupt sourceHere is my code to go into timer mode:/*ReConfigure GPIO pin : PtPin */  GPIO_InitStruct.Pin = Vib_In_Pin;  GPIO_InitStruct.Mode = GPIO_MODE_INPUT;  GPIO_InitStruct.Pull ...