User Activity

The chip I am using is the stm32H743IIT series. I want to detect the frequency of a signal through GPIOD1, but the external trigger cannot be performed normally. The configuration code is as follows  GPIO_InitTypeDef GPIO_InitStruct = {0};  __HAL_RCC...