Hello Nordic team,
I want to be able to save the log into a file and then read it in order to send it's content via HID.
I've managed to make the log back end FS work (I can see the file's size increasing).
But when I want to read it's content I get an hard fault.
I think I need to stop the log to be written to the file before reading it.
Is there a way to do so or a specific function for this case ?
I didn't find anything yet on zephyr repo neither on the devzone Q&A.
Thanks in advance.
Martin.