a cap will help mitigate noise, but won’t do anything for power on reset unless there’s also a resistor. but if you’re worried about noise on your reset pin, what about your address and data pins?
Why particularly? I would expect a parallel resistor in case of a simple RC POR circuit. TC364 datasheet seems to expect PORST pin driven by an external power supervisory circuit, this may be relevant for functional safety.
I don´t see why it should be obvious, either.
If there is an R, then it combines to an RC low pass filter.
A capacitor may reduce the symptom, but won´t cure the cause. The "cause" may distrub other signals as well, thus curing the cuase is the preferred way.
I don´t see why it should be obvious, either.
If there is an R, then it combines to an RC low pass filter.
A capacitor may reduce the symptom, but won´t cure the cause. The "cause" may distrub other signals as well, thus curing the cuase is the preferred way.
Why particularly? I would expect a parallel resistor in case of a simple RC POR circuit. TC364 datasheet seems to expect PORST pin driven by an external power supervisory circuit, this may be relevant for functional safety.
I know this is a different MCU (it's from the dsPIC33EP512MU810 datasheet) but this is typical of what I've seen elsewhere.
The idea is to hold the \MCLR\ pin low while the capacitor is charging during power-on to allow the power supply to stabilise.
It is also noted (elsewhere) that this arrangement is 'optional' and simply holding the reset pin high via a resistor to Vdd is quite OK.
I suspect that the OP is dealing with a case where the power supply will have a lot of spikes due to the motor(s) and automotive applications are well known for having very noisy power. If the Vdd can drop below the point where the reset is triggered then having an arrangement such as shown above may well help.
Personally I'd rather protect Vdd as a whole against noise rather than the reset pin only.
Susan