based on nRF SDK 16 radio (peripheral) example, in radio_config file, i set registers of TXPOWER, FREQUENCY, MODE, PCNF0, PCNF1 (and ADDR and CRC related registers) and also some DFE related registers including: DFEMODE, CTEINLINECONF, DFECTRL1, DFEPACKET.
in the application i print the actual register values before executing radio_config() function and also after that; to check what are actual register values before and after configuration. the result i get shows that only MODE, PCNF0 and PCNF1 (and also ADDR and CRC related register) are correctly set, and other registers like TXPOWER, FREQUENCY and all of DFE related registers (DFEMODE, CTEINLINECONF, DFECTRL1, DFEPACKET) are left unchanged!
note that i have configured the AOA mode for RX.
where i went wrong?