Other Parts Discussed in Thread: DCA1000EVM
Hello TI engineers,
I have modified the AWR2944EVM’s HECR demo to stream some custom data via TLV to the host. During this, I need to gather raw ADC data for which I use the DCA1000. These data need to be synchronized, meaning I need to know that frame X from the TLVs, corresponds to frame Y from the DCA.
The way I try to synchronize them now is that I set the DCA and the TLV parser/logger up to listen for data and then I start the AWR from CCS.
However this method is not ideal as the parser can skip some TLVs etc. That’s why I have some questions concerning this:
- Is there an out of the box way to synchronize both of these streams – for example by embedding into the DCA’s stream the device’s frame number which is streamed in the TLV header?
- Will the DCA stream/parse all frames, or it too can discard a given frame?
Thanks for your help!
Best regards,
Mark