Part Number: AM5748
Hi,
we are using AM5748 processor in our project, and we are using SDK version 04.03.00.05. We created McASP device loopback example project by using pdkProjectCreate.bat script.
using the example project as a reference we created our own example project with all resource table and configs. we are facing issues when we are running the project.
The DSP is getting crashed while executing edma3init function. on further looking into it we found out that we will have to add sample_init.c file and corresponding platform config files. when we tried to add those files from C:\ti\edma3_lld_2_12_05_30C\packages\ti\sdo\edma3\drv\sample\src\platforms in the project we found that there are no config files present for the AM5748 processor. on further investigation we found out that only sample_c6657_cfg.c had number of DSP as 2, and all other config file had different number, so we further proceeded with that config file. with adding that there were errors as shown in below image.

some of the variables are clashing with library files of evm-tda2xx. on further investigation we found that we are using evmDRA7xx as platform so compiler is linking it to TDA7xx package.
The doubt here is the config file of evm-tda2xx is having number of DSP as 1, but AM5748 has 2 DSP cores. is that the right config to be used, and are we using the right platform in the project properties which is shown in below image.

it will be helpful if we can get some info regarding the platform, edma config to be used for further proceeding with the work.