How can I write a debug stream to flash and later get the file to UART.
How can I write a debug stream to flash and later get the file to UART.
You mean the internal flash of the chip?
Yes write debug info to file and then later read the file through UART.
Hi,
The logger module has a backend for writing debug messages to flash. Could that work for you? The Flash logger backend is included in the Command Line Interface (CLI) Example if you want to try it.