I am using stm32f429 discovery and touch controller
I want to know how to disable and use it as GPIO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-24 6:30 PM
touch controller //MX_I2C3_Init(); If you do, it will not come out of the interrupt void MemManage_Handler(void).
I want to use it as GPIO without using touch controller.
Solved! Go to Solution.
- Labels:
-
GPIO-EXTI
-
I2C
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-25 12:48 AM
Maybe read alternate function map for GPIO for STM32F429?
https://www.st.com/resource/en/datasheet/stm32f429zi.pdf
Page 75
or manual for your boards. How model do you use? please some link to board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-25 12:48 AM
Maybe read alternate function map for GPIO for STM32F429?
https://www.st.com/resource/en/datasheet/stm32f429zi.pdf
Page 75
or manual for your boards. How model do you use? please some link to board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-25 2:38 AM - edited ‎2023-11-20 7:15 AM
