2015-06-08 11:42 PM
Hi there,
i think this is more or less a question of understanding the datasheet. There is written ''up to 80 fast I/O ports all mappable on 16 external interrupt vectors [...]'' So, im looking for a proper pin for an external interrupt. Does that mean, i can choose every GPIO, because i can map an interrupt and its ISR to this pin in particular, or are there special pins i should use as external interrupt pins? Thanks a lot for helping! Marc #stm32 #interrupt #external #pin2015-06-10 11:55 AM
2015-06-11 02:02 AM
Hi Marc,
In the reference manual related to your STM32 product, the section ''Interrupts and events'', the'' External interrupt/event line mapping'' paragraph you can found GPIOs connection with the external interrupt/event lines,also to have more detail check the ''System configuration controller (SYSCFG)''section.I hope that helpSyrine