External Flash Memory Usage

Hello, I am new to embedded programming. I want to write my log data to an external memory and read it out again. Unfortunately, i don’t see how i can do that. Maybe someone can help me and tell me what i need and how i can do it? I work with iot-lab M3 nodes. Many thanks in advance! With kind regards, Janna

Hi Janna,

You could take a look at [1]. You should be able to run it natively (also, check out the README.md). That example shows how to use a file system, which would be something useful in your case.