Hi,
Is there anyway to get reset function disabled from pin PIO0_5 when power up MCU ?
We've observed that this pin starts always with RESET function in it and then we must to disconnect this function from user's code. Is possible to initialize RESET disabled by default in PIO0_5 ?
Thanks,
Asier.
Solved! Go to Solution.
Hi, Asier,
After power on, the PIO0_5/Reset pin functions as Reset in default, there is no way to disable the pin Reset function after power-on. After power-on, if you want to use the pin as PIO0_5, you have to use firmware to set the RESETN bit in PINASSIGN7.
Hope it can help.
BR
XiangJun Rong
Hi, Asier,
After power on, the PIO0_5/Reset pin functions as Reset in default, there is no way to disable the pin Reset function after power-on. After power-on, if you want to use the pin as PIO0_5, you have to use firmware to set the RESETN bit in PINASSIGN7.
Hope it can help.
BR
XiangJun Rong