Hi,
I am beginner in nordic development. I will be using using FreeRTOS with nordic ( if that matters).
Requirement: I need to store logs in internal file system.
Device - nrf52840 DK,
SDK - nRF5_SDK_15.3.0
I understand that nrf_log output is limited to backends - UART/RTT/CLI, But I want to log into a file in internal file system.
Please tell if more details are required.