Hello,
In the SDK, there are files that use HWA to perform these operations. Do you need to configure and call these files yourself to make both the speed angle and CFAR use HWA for processing?
Regards,
Gary
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
In the SDK, there are files that use HWA to perform these operations. Do you need to configure and call these files yourself to make both the speed angle and CFAR use HWA for processing?
Regards,
Gary
Hi Gary,
Check out our deep dive on the SDK 3.6 for more information on our SDK3 processing chain: https://www.ti.com/lit/ml/slyp721/slyp721.pdf?ts=1692822741954&ref_url=https%253A%252F%252Fwww.google.com%252F
The short answer to your question is yes you will need to configure those for the HWA yourself. There are examples of this in our examples such as this snippet from our gesture recognition demo in gesture_recognitions.c. You can see this function is configuring the HWA resources. Remember this is just a snippet and more configuration will need to be done.
Regards,
Tim