How can i use EXTI at SPL?!!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-11-25 6:59 AM
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
Labels:
- Labels:
-
GPIO-EXTI
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-11-25 9:06 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-11-25 1:17 PM
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.
