Tool/software: Code Composer Studio
Hi,
I had referred all the post on the forum related to adc data transfer over uart in millimeter wave demo.
According to this post(https://e2e.ti.com/support/sensors/f/1023/p/613384/2259741?tisearch=e2e-quicksearch&keymatch=adc%20data%20+%20uart#2259741):
I made changes in dss_main.c -> 'MmwDemo_dssSendProcessOutputToMSS' range profile function: to copy ADCBuff data to HsRam and send it over uart instead of the range profile data.
I can see the adc data transferred (through mailbox from DSS to MSS) in SOC_XWR16XX_MSS_HSRAM_BASE_ADDRESS 0x52080000U from memory browser in CCS debug mode.
But I'm unable to get any bytes on teraterm through MSS UART port.
Can anyone please help with a 'UART_writePolling' example to modify the mss_main.c 'MMWDEMO_DSS2MSS_DETOBJ_READY' message in 'MmwDemo_mboxReadTask' function.
Thanks and regards,
SH