Other Parts Discussed in Thread: AWR2944
Tool/software:
Hello,
I am working with Code Composer Studio and the AWR2944EVM with the objective of initializing, configuring, and turning on the sensor with mmWave, range compressing the data with the provided rangeproc DPU, and storing the data as a radar data cube in the ADC Buffer. Would also be great to output the data via LVDS to the DCA1000. I am aware that this functionality is present in the OOB Demo, but would like to start simple so I can effectively remove the parts of the OOB application I do not need.
I noticed that many of the unit tests for libraries like the mmWave API and the DPM are written with Makefiles, not Code Composer Studio. And when the makefile projects are imported, CCS produces a lot of meaningless errors (it doesn't know what a uint32_t is, what NULL is, etc.).
Is there a way to convert between makefile and CCS Project so I can debug the unit tests in CCS? Is the code comparable or are there significant differences? Alternatively, are there unit tests for the above-mentioned modules written for Code Composer Studio?
Thanks,
Aaron