How many seconds should I wait between the rise of VCC and the rise of RESET?
Currently, the reset signal is only Pull-Up, so it rises as soon as the power is turned on.
If it is only Pull-Up, it takes 290 nsec from the rise of VCC to the rise of RESET.
In this state, the MCU will fail to start up in 20% of the cases. (Tried 10 times, failed 2 times)
Adding a capacitor of 4.7uF to the reset signal line results in a delay time of 83msec.
In this condition, the MCU will surely boot successfully.
I am unable to find from the datasheet how many seconds to wait between the rising edge of VCC and the rising edge of RESET.
If there is a page in the datasheet or user manual that defines this, please let me know.
Thanks.