Other Parts Discussed in Thread: AWR1642
Hi,
I found that in the AWR1642 capture demo, there is Memort capture procedure and Streaming over LVDS
Memory capture procedure introduces how to use CCS to get data from L3, the start address is gFrameAddress[0], data size is 0x20000
Streaming over LVDS introduces how to get data through LVDS
my question is:
1. how to calculate the data size?
2.the"Streaming more than 1 channel" is mentioned in Streaming over LVDS, can I change the reg like “channelCfg ” in the Memory capture procedure? in other words, if the capture_demo_script can be changed to add more rx or tx channel.
3.if I change the rx or tx channel in memory capture procedure, how can I calculate the data size? just like question 1