Tool/software: Code Composer Studio
As coming data from AR_MSS_LOGGER pin is not in decimal.I wanted to display data in meter on SAMD21G serial port. I am taking that data in hex and after converting it in to meter i want to display that on serial window(docklight).But when i am connecting iwr1642boost board directly to SAMD21G it is unable to display that data.
But when i am entering that output data of distance manually by taking output data from AR_MSS_LOGGER pin on docklight and then enter it manually on serial window of docklight. I am getting that output of distance in meters.I think there is a problem with the speed of iwr1642boost & SAMD21G because when i am processing that data in to my written arduino code of SAMD21G. It is stop displaying data from there.