nRF52840, nRFSDK 17.0.2, SoftDevice S140 v7.2.0
Hello! We're turning on SoftDevice and using the PA/LNA pin control to drive our FEM. Then, we disable SoftDevice and issue the following DTM commands to ourselves- there's no upper/lower tester involved, we're doing carrier wave power emissions testing in a chamber for antenna design refinements:
0x0000 (RESET)
0x801b (FEM_DEFAULT_PARAMS_SELECT)
0x800f (ANT1 select)
0x880b (+8dBm TX power)
0x9303 (CARRIER_TEST (2440MHz))
We see the device emit a 2.44GHz wave, so that's working well:
But, we're also seeing the PA pin oscillating. I'm not sure if SoftDevice is cleaning up the PA/LNA PPI TE stuff when we disable it; either way here's what it looks like:
I would expect that for a CARRIER TEST DTM command, the driver would simply drive the PA pin high and leave it there. Why is it oscillating?
Thanks,
Charles