I want to write my application logs to the flash. I am following this tutorial which is for nrf52: https://jimmywongiot.com/2020/02/24/print-log-flash-log-crash-log-on-nordic-nrf5-sdk/2/. However, there is no nrf_log_backend_flash.c file in my SDK. Is there any example for nrf51 which I can follow to write logs on flash?
Thanks.