Programming stm32f103 troubleshooting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-11 11:08 PM - last edited on ‎2024-12-12 1:25 AM by mƎALLEm
Hello, the reset pin of the stm32f103 chip I use uses this method to limit the current and pull it up, but there is a phenomenon that the chip cannot be programmed normally. After checking. The reset terminal potential is about 1.23V. The chip can be programmed normally by shorting the reset terminal and VCC3.3. Can you provide a solution to help troubleshoot the cause? Thank you very much.
Company:Inner Mongolia Bixuan Machinery Co.,Ltd
- Labels:
-
STM32F1 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-11 11:45 PM
Hello @JACK8 and welcome to the community,
Could you please share your schematics? Knowing that no need to pull Reset pin up as there is an internal pull-up resistor on the chip connected to this pin:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-12 1:20 AM - edited ‎2024-12-12 1:39 AM
@JACK8 wrote:uses this method to limit the current and pull it up,
What method?
Please show your schematic.
How to write your question to maximize your chances to find a solution
PS:
The diagram @mÆŽALLEm posted can be found in the datasheet:
https://www.st.com/resource/en/datasheet/stm32f103c8.pdf#page=67
See also Application note AN2586: Getting started with STM32F10xxx hardware development:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-12 1:38 AM
Will the 10k pull-up resistor reduce the impedance and increase the current sink due to parallel connection?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-12 1:44 AM
@JACK8 wrote:
Will the 10k pull-up resistor reduce the impedance and increase the current sink due to parallel connection?
Will reduce the impedance on NRST pin as you added an external pull-up (two parallel resistors) .
But need to share your schematics. Telling just assumption without any solid information cannot help to move forward.
As said by @Andrew Neil , need to refer to the AN2586: Getting started with STM32F10xxx hardware development.
