Question
STM32 Code works properly only if 1uF cap is connected between NRST and GND
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?