Part Number: AM62P
Other Parts Discussed in Thread: SYSCONFIG
Hello TI Team,
We are currently bringing up an audio application on the AM62P / AM62Px platform using MCU+ SDK v11.00.00.16.
We notice that all provided McASP example are strictly located under the wkup-r5fss0-0 folder structure and target the Wakeup domain / Device Manager core. However, our system architecture requires the real-time audio pipeline to run entirely on the user-programmable MCU domain R5F core (mcu-r5fss0-0) utilizing DMA.
When attempting to manually migrate the example from the Wakeup core to the MCU core via SysConfig, we hit a persistent data flow stall on the Transmit path.
Could the TI SDK team provide an official reference example, patch, or updated .syscfg / driver initialization sequence demonstrating a fully operational McASP1 instance running on the MCU-R5F core (mcu-r5fss0-0) with active BCDMA pacing?
Thank you