Other Parts Discussed in Thread: IWR6843
I am testing Out of Box Demo using IWR6843 ISK and mmwave Demo visualizer.
(Test in Debug Mode using Code Composer Studio for a deep understanding of Out of Box)
I'm studying the function of CFAR now, and I want to print out the values of the variables used in the mmwabelib_cfarCadBwrap_wNoise() function in the mmwabelib_cfarca.c file to understand the code, but I don't know what to do.
I have checked that the System_printf() function allows output to the console, but if you use the System_printf() function within the mmwavelib_cfarCadBwrap_wNoise() function, it could not output to the console.
I want to know how to check the value of the variable used within the function mmwabelib_cfarCadBwrap_wNoise()