2017-11-25 06:59 AM
hi.
i want to write code for EXTI in IAR with SPL library,but i dont know what do i do with spl.i realy need steps of the configration of EXTI setting.
who can say the steps of EXTI to me??
do i need configration in gpio or do i set gpio pin to Alternate function??how can i understand what is function of interrupt routin in main.c and write my code in that routin block?i can use EXTI in cube , but i want to understand stm how works in BASE .
#exti2017-11-25 09:06 AM
There are typically EXTI examples under the SPL peripheral examples, look there
Configure pin as an INPUT
What STM32 part?
https://community.st.com/0D50X00009XkX90SAF
2017-11-25 01:17 PM
thanks.
i saw example in there. but i didnt understadnd more .
my stm is stm32f103re.
i am trying to understand EXTI with your link and my info.