Electronic – arduino – Tie Arduino – ATMEGA328P reset pin directly to +5V

arduinoatmegaatmelavrmicrocontroller

I would like to know if it's okay to tie the reset pin on an ATMEGA328P directly to +5V without using a resistor to avoid random resets and lower part count. If it's not okay, can you explain why it's not good practice?

Thank you for your help.

Best Answer

Application notes related to RESET are in Atmel AVR042: AVR Hardware Design Considerations, Connection of RESET pin on AVRs paragraph. I would not connect RESET directly to +5V but via external pull-up resistor. It does not block RESET and leave option opened just in case is neeed. Or what about leave it floating and use RSTDISBL to disable external reset by FUSE.