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

Save sensor data in external flash

Hi,

I am developing an application, in which I need to store the data collected from various sensors in external flash, in a particular format (Dataset no. - Sensor1 data--- Sensorn data).I am not using BLE or softdevice in my application. I have following doubts -

Is flashwrite example in SDK is exclusive for internal flash, or can it be used for external flash as well.

Is there a way to create a log file for saving the data in prescribed format, and store this file in flash.

If there is a better way to implement this, please suggest..

Related