hi,Is it possible to communicate radar information to another MCU via SPI instead of using DCA1000, aiming for a transmission rate of 100Mbps? Is this feasible?:)
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.
hi,Is it possible to communicate radar information to another MCU via SPI instead of using DCA1000, aiming for a transmission rate of 100Mbps? Is this feasible?:)
Hello,
Yes, you can communicate with another MCU using SPI. The SPI data rate is 40MHz. We provide the schematics online, you can review the schematics and see how which header pins the SPI is brought out on.
The raw data is sent over LVDS interface. If you want to send the raw radar data, your MCU must also support LVDS. The details of this interface can be found in the TRM and datasheet.
Regards,
Adrian
Here is an example for 68xx that enables point cloud data over SPI (link will expire in 7 days).
https://tidrive.ext.ti.com/u/iqlWE2gpVmuYqVYV/1e2da1aa-25b5-4add-94cb-ff3c06f730b8?l
passcode: x7xK1T[M
You can start with this and port it over to 18xx if you need the pointcloud data over SPI.
Regards,
Adrian
Dear Mars -
A point cloud is a list of points in either cartesian or spherical coordinates which represent the detections from the sensor, whereas the raw ADC values are just that (raw data) - and which are sent at much higher speeds than what is possible over SPI.
See this page, go to right side and click on ADC Data, then Point Cloud, to learn more.
https://dev.ti.com/tirex/explore/node?node=A__AUAJwr4zBXhyz-M3VG2cUg__RADAR-ACADEMY__GwxShWe__LATEST
Thank you for your response. I have another question: Is the reason why ADC raw data can only be transmitted through the LVDS interface due to transmission rate limitations, or is it only achievable through the LVDS interface for output? If it's the former, can the output through other interfaces like the SPI interface be achieved by lowering the transmission rate of radar data?
Hello,
It is due to the bandwidth limitations. ADC data requires a high speed interface which operates at several hundred Mbps. You can calculate the required data rate based on your configuration, I recommend to try searching the forums as the throughput requirements have been discussed here before.
Regards,
Adrian