Other Parts Discussed in Thread: AWR2944
Hello, now we had a problem that had been bothering us for a long time.
Background
we use PC, AWR2944EVM and DCA1000 to collect the radar data as following diagram:
the MMW and data sequence as following diagram:
The size of each data segment is shown as following form.
Session |
SubSession |
Size(byte) |
HwSession |
ADC data |
1,572,864 |
SwSession |
Dummy |
5,440 |
Detection list |
56,784 |
|
Userheader |
1,456 |
|
Total |
1,636,544 |
Tips: These data have aligned by 64bytes and 1456bytes
Problem
We collect the UDP packets from the DCA1000.
In theory, we should receive 1124 (1636544÷1456) UDP packets per 125ms, but only receive 390+ packets per 125ms actually (shown in the diagram).
So when we process these data, the result is not the expectation.
Our preliminary analysis is the AWR2944EVM occupy the DCA1000 too much time, so DCA1000 can't transmit the LVDS data timely.
Could you hlep us to find the root cause and solve this problem?