CC3230SF: File System Access Without Wi-Fi Radio Transmission

Part Number: CC3230SF

Tool/software:

Hi All,

I am using the CC3230SF and need to access the serial flash file system to update my application's configuration. My device is already connected to an LTE modem, so I must ensure the Wi-Fi radio does not transmit any RF signals.

I understand that the Network Processor (NWP) needs to be started to access the flash. If I use sl_WlanPolicySet(SL_WLAN_POLICY_PM, SL_WLAN_LOW_POWER_POLICY, NULL,0) followed by sl_Start(0,0,0), will this start the NWP and allow for file system access without the Wi-Fi radio transmitting any beacons, probe requests, or other signals in either Station or Access Point mode?

I only need the NWP to be active for its file system management capabilities, not for Wi-Fi communication.

Thanks