Hello.
After executing the code below, the RAM was dropped and the program could not be written.
for(idx = 0; idx < 7; idx++)
{
NRF_POWER->RAM[idx].POWER = (POWER_RAM_POWER_S0POWER_Off << POWER_RAM_POWER_S0POWER_Pos) | (POWER_RAM_POWER_S0RETENTION_Off << POWER_RAM_POWER_S0RETENTION_Pos) | (POWER_RAM_POWER_S1POWER_Off << POWER_RAM_POWER_S1POWER_Pos) | (POWER_RAM_POWER_S1RETENTION_Off << POWER_RAM_POWER_S1RETENTION_Pos)
}
How can I get it to recover??