Other Parts Discussed in Thread: AWR1642
Hi,
I am trying to modify the values which are being sent to the computer via UART. I believe following function is responsible to send VitalStats to the computer via UART 1
static void MmwDemo_mboxReadTask(UArg arg0, UArg arg1)
But could not find VitalStats structure definition
VitalSignsDemo_OutputStats
inside this function.
Can anyone help me to understand, how it is sending the vital data?