I am working on a product that incorporates an intelligent peripheral (a radio device) containing an MSP430 processor. After a reset the host exercises I/O pins that are connected to the MSP430 in the peripheral. It is therefore important that the MSP430 remains in its reset state for at least 20ms after power-up. The simplest way of achieving this is to fit a 1uF capacitor between the MSP430's reset and 0V. This will obviously cause a slow risetime on the reset pin.
I cannot find any documentation that relates to this. The MSP430 datasheet indicates that the reset input does not have a Schmitt trigger action, so I guess there is a possibility of uncertainty as the input passes through the switching threshold. However, I have seen memtion of using 2.2nF on the pin which will cause the same potential problem.
Does anyone know if there are likely to be any problems using a larger capacitor?