STM32 Code works properly only if 1uF cap is connected between NRST and GND
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-05 7:09 AM
Hi, I have encountered strange problem where my code does not work properly on STM32F405RG when there is recommended 100nF cap between NRST and GND pins.
By "working correctly" I mean receiving correct message from USART. I am sending 0xAA and getting 0x44.
When there is 1uF cap instead 100nF the code works fine. What is the problem?
Labels:
- Labels:
-
STM32F4 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-05 10:12 AM
A cap is going to slightly increase the time it takes for the mcu to boot. But 0xAA and 0x44 don't really match up at all. Have to believe the problem is elsewhere.
If you feel a post has answered your question, please click "Accept as Solution".
