I have been getting results from reading out the registers of the FEM on my nrf21540 DK board.
After I lower and raise the PDN pin on the FEM, I will read out CONFREG0 and get a hex value of 0x60, which gives a TX_GAIN of 24d.
> My question is why is this the value on power up? I assumed it might have something to do with CONFREG2 or CONFREG3 setting it as a default value.
However, when I read CONFREG2 or CONFREG3 they read back as all zero.
I am a bit perplexed.
> I have another question, if you change the value of TX_GAIN , does the amplifier gain change immediately?
I suppose my read back code may not be working correctly.
A M