This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

shutdown RFX2411N PA/LNA module

Hi,

I am using nRF52832 with S132_V2.0.0 and SDK_11.0.0. In my application i plan to use RFX2411N PA/LNA module. In datasheet of RFX2411N, I found that it can be used in following four mode.

image description

Using sd_ble_opt_set(BLE_COMMON_OPT_PA_LNA, &opt), my application can control TX mode and RX mode automatically. It can also control Bypass mode by MODE pin but How can it control shutdown mode? Beacuse It needs TXEN and RXEN pin low but after calling sd_ble_opt_set, I am not able to set it low. So how can i control this two pin as a GPIO?

I have tried to uninitialize PPI and GPIOTE module but it gives me error.

Thanks, Bipin Patel

Parents Reply Children
No Data
Related