I would like to use the flash in legacy way. My application collects data in small chunks and I would like to store it in a continuous area.
The recommended flash manager is not suitable, because the data stored with header. This is not what I need.
The fsorage works fine as long as the mesh stack is not started. After start I get timeout because of the well known timeslot problem. Can I somehow pause the mesh before the flash operation?
The nrf_nvmc and nrfx_nvmc does not work, I get application memory access error. I tried to write to addr 0x4A000. My linker file don't use this area. Why do I get this error?
Is there any way to use some part of the flash as a continuous storage area?