Other Parts Discussed in Thread: MMWAVEICBOOST
Tool/software:
Hello,
Is there any way to print any debug information from within the DPUs that will be outputted over UART to a computer? I would like to print out the values of some variables while the AoA DPU is executing, but I can't seem to find a way to do it.
From the schematic of the IWR6843AOPEVM, it looks like AR_DSS_LOGGER is not hooked up, so I used the Mailbox to send messages from the DSS to the MSS. This works well within dss_main.c. However, when I write to the Mailbox from within the DPM task (i.e., from any DPUs), I see the print statement when it has been outputted over UART, but the DPM seems to have halted execution of the rest of the chain.
I have also tried issuing a DPM_ioctl from within the DPU that contains the string to be printed, but it also causes the DPM to halt execution.
Would you know of any workaround to this issue? Thanks!