Skip to main content
LLOLO.1
Associate III
November 5, 2020
Question

STM32 Code works properly only if 1uF cap is connected between NRST and GND

  • November 5, 2020
  • 1 reply
  • 448 views

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?

This topic has been closed for replies.

1 reply

TDK
November 5, 2020

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""."