Hi, I'm using AWR1843 Boost.
I currently want to log and record that data in a text file on my computer.
The application is created with the SDK.
The contents of the log are divided into the following according to the level.
(1) Notice
(1.1) Hardware configuration
Record the contents of whether each device is configured
(1.2) Recording speed and distance results
Record after Doppler FFT
(2) Error
(2.1) Hardware configuration failure
(2.2) Data transfer failure
(2.3) Calculation result output failure
The flow of recording such contents in a text file is as follows.
Do you have the idea of symbolizing what you need to log, transferring that data to the MSS, communicating to your PC on a regular basis, and writing it to a text file?
postscript
Maybe there is a function to log in the SDK?