Part Number: CC2640R2F
I was wondering if there is any way to read the current value of the AGC (Automatic Gain Control) on the CC2640R2F.
I could not find anything related to AGC by looking at the reference manual.
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: CC2640R2F
I was wondering if there is any way to read the current value of the AGC (Automatic Gain Control) on the CC2640R2F.
I could not find anything related to AGC by looking at the reference manual.
Thanks!
You can freeze AGC gain level using the following override:
HW_REG_OVERRIDE(0x6084, 0x35AA),
The last byte specifies Min and Max AGC gain setting and writing the same value in both nibbles will freeze AGC gain at level specified (0xA in this example).
Regards,