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

Override of ctx and crx-gpios when using MPSL

Hello,

I have a design where I am using an nRF52840 along with a SKY66112-11 and am using Zephyr/MPSL for both BLE and Thread. I also have a run-time radio test mode which I need to invoke.

The radio test mode works with the radio API directly to perform constant TX, etc.

However, because MPSL has already configured the ctx and crx-gpio's for control of the FEM, I am unable to control those GPIO's directly when attempting to transmit carrier. Is there any way to 'shut down' MPSL during this time so that I can regain control of the ctx and crx pins while doing radio tests?

Thanks

Jon

Related