cancel
Showing results for 
Search instead for 
Did you mean: 

How can i use EXTI at SPL?!!

hossein hosseini
Associate II
Posted on November 25, 2017 at 15:59

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 .

#exti
2 REPLIES 2
Posted on November 25, 2017 at 18:06

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

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on November 25, 2017 at 21:17

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.