User Activity

I generate the STM32 Project and define each PIN.PIN1:GPIO_OutputPIN4:TIM2_CH1PIN7:SYS_SWDIOPIN8:SYS_SWCLKAnd I let a code below run but it do not reach "while".​ /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_TIM2_Init(); /* USER COD...