Hi,
I have problem with program nrf21540 UICR mode. POUTA/B_UICR seem not set successful during measured here.
Below following which I write via SPI(Voltage is 3.5V). Would some one help me to check if have problem about below progress?
Step 1: MOSI data : 0xC1, 0xf4 => CFG1 write 0xf4(key:0xf0 | UICR_EN:0x04)
Step 2: MOSI data : 0xC3, 0x2* => CFG3 write 0x2*(POUTB_SEL:0x20 | POUTB:0x0*)
Step 3: MOSI data : 0xC2, 0xA|* => CFG3 write 0xA*(POUTA_SEL:0x20 | WR_UICR:0x80 | POUTA:0x0*)
Step 4: Waiting for about 5ms, then set PDN=0 and then back to 1.