stm32f302r8 i2c problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-13 3:34 PM
hello i am working with i2c i used register for coding i2c but when i configure AFRH register i cant upload my code to my board i have target not responding error then i tried hal library but nothing changed
Solved! Go to Solution.
- Labels:
-
I2C
-
STM32F3 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-13 7:55 PM
This is because PA14 is used by the debugger (SWCLK). Don't touch it if you download the program over the debugger.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-13 7:55 PM
This is because PA14 is used by the debugger (SWCLK). Don't touch it if you download the program over the debugger.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-14 2:45 AM
hi thank you so much
