Behaviour of reset pin

Hi,

According to the PS (v1.3), the Reset Pin is only available to an output pin if the register below is set, but the reset value of this register is "Disconnected".

Is my understanding correct to think that before boot (when power is off), if the reset pin is kept low, the chip won't start when Vcc goes high, but that once Reset is asserted high, and the chip boots, the register of the screenshot resets, meaning that the pin doesn't have the function of Reset anymore (so it can be treated as a digital input without triggering a Reset).

Thank you,

  • Hi,

    By default as you say, GPIO pin 18 will not be allocated to the RESET circuitry. This means that if initially P0.18 is held low and VCC goes high, the chip will boot, since P0.18 will have no effect. BUT, most if not all of our examples have the RESET pin enabled by default. This means that if the chip has already been flashed with such an example, the reset circuitry will have the sole access to the P0.18, and thus it will act as a reset pin. 

    Also the only way of removing reset pin feature once it has been enabled is to erase the memory.

    regards

    Jared 

Related