Hi! Anybody had any success getting the EDMA3 LLD 01.06 example (https://www-a.ti.com/downloads/sds_support/targetcontent/psp/edma3_lld/index.html) running on an OMAP3530 EVM? I'm using CCS 3.3 and BIOS 5.33.03. To preserve the original install, I did copy the project and src files to a new directly before building. The example compiles and loads fine. It even runs to main(). However, I seem to get stuck somewhere in the BIOS startup, apparently with something to do with CLK (perhaps CLK_startup?). Thus, I don't even make it into the echo task. I'm using the pjt and tcf files for the OMAP3530 EVM from the example. I even tried moving the BIOS data and code sections from DDR to IRAM (note that there appears to be an error in the length of IRAM) but had no success. I'm no BIOS expert and new to the OMAP. Any ideas?
Thanks.