There are 3 interrupt handler EXTI0__1 ,EXTI2__3, EXTI 14__5how they can be used since it can be working in EV board but i am not able to work it in STM32F3K6
Sir,If I want to take PA3 pin as external interrupt and take decision on PA9 pin than which EXTI__ will be use and how i can select them.Please help me in understanding this.
uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Register. This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF */This is the details i found there.I have ...