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

Storing nrf_log output (NRF_LOG_INFO) in internal file system .

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.

Related