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

Pstorage functional with deactivated softdevice?

Preface: I am developing a software working with different radio protocols (enhanced shockburst, bluetooth,...). Therefore I implemented uart commands for switching radio protocols.

This means I have to switch softdevice very often on and off. If radio chip is configured for enhanced shockburst and I want to save data in flash, I have to put radio module offline, start softdevice, save data to flash, stop softdevice and reconfigure chip for shockbust.

Is there a way for using pstorage functions without active softdevice, so I must not switching softdevice off and on?

Remarks: Softdevice does not want active hardware configurations (like radio module). If softdevce will be startet with active radio module for example, softdevice will throw an error which causes a reset.

Switching to pstorage without softdevice or pstorage raw isn't really an option because run time manager gots cracy and wants to install serveral packages like DFU.

Parents Reply Children
No Data
Related