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.

CC2640R2F: About the AGC

Part Number: CC2640R2F

Hi, I'm using simplelink_cc2640r2_sdk_5_30_00_03 and blestack not 5.

Through a few threads about AGC, I found the following:

1. AGC is enabled by default.

2. To disable AGC, change HW_REG_OVERRIDE(0x6084, 0x05F8) in the ubRfRegOverride[] of the urfc.c to HW_REG_OVERRIDE(0x6084, 0x05FF) for example.

--> The range is 0x0500 to 0x05FF

Here's my questions,

1. In terms of current consumption, is it better to enable AGC or doesn't matter to use a fixed gain?

2. Under normal circumstances, is it better to enable AGC or doesn't matter to use a fixed gain?

Thanks,

Calvin