Misleading information in STM32 datasheets regarding NRST
All STM32 datasheets seem to have the Figure "Recommended NRST pin protection" copied and pasted. This figure suggests that an external reset circuit consisting of a BUTTON AND CAPACITOR is recommended to "protect the device against parasitic resets". This is in direct contradiction to training manuals like https://www.st.com/resource/en/product_training/STM32G0-System-Reset-and-clock-control-RCC.pdf (which says on page 7 that no external components are required) and marketing materials that suggest that a benefit of MCUs like the G0 series is that they require a minimal amount of external components.
I've seen people on internet forums insist that the 100nF capacitor is necessary even if there is no button or anything else connected to NRST. They always cite the "protection against parasitic resets".
In other words, conventional wisdom in the STM32 community seems to be that EVERY SINGLE STM32 MCU IN EVERY SINGLE APPLICATION requires a mandatory capacitor connected to NRST, that you CAN NOT just leave the NRST pin floating in your circuit.
I think the datasheets should be changed to make clear what is the truth.
Can NRST be left floating?
Or does EVERY application require a capacitor on NRST?
