This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Dear E2E community ,
I have a simple question. It's possible to get AWR1642 EVM adc raw data wihtout referring to any adiotonal hardware like DCA1000EVM?
Regards
Hi,
It is possible to write an application that sends the adc buffer to a host using CAN, SPI or UART.
You would have to use one of our demos and modify it for this purpose.
Since these interfaces have lower bandwidth there will be a limitation in the size of the data that you will be able to send every frame. Of course the size will be larger if you can increase the frame period. The highest frame period supported is 1.3s
thank you
cesar