Hello everyone,
I'm developing an application on am62A7 and I need to run a custom program on the dsp C7x.
Specifically, the software has to perform custom algorithms that require matrix multiplications and that can take a lot of advantage from the Matrix multiplication unit in the dsp.
I wonder if C7x "custom" programming is officially supported for the am62Ax processor, because online I found a lot of docs for using it as NPU accelerator, but the only project example for custom programming is inside the MCU+ SDK is the following:
I would like to know:
- where can I find the SDK with all the math libraries
- if there are any other examples available
- if there is a guide to launch and debug the DSP executable "bare-metal" (like firmwares for R5)
- if there is a guide to load the firmware in the DSP from linux
Thanks and regards
Andrea