Tool/software: Code Composer Studio
Hi,
I have captured the ADC data using capture Demo, the size of .DAT file is 43k,it is only one frame data,I want to change it,so I have some question:
1、 The size of L3 is 261120bytes. If I want to read more ADC data from memory, how many frames can I save? Which line of code in cature Demo files do I need to modify and how to modify?
2、Is there any way to read the data directly into the database in a continuous manner? about data for a period of time
3、Is there any way to directly output the point cloud data? Instead of using matlab to explain. I see the demo of people counting is to generate point cloud data directly.
among the above three question, the first is most important to me, please help me and detailed the solution, thank you!