Hi
I am developing a custom codec on DM648 platform. Using CCS5.5 and SYS/BIOS 6.35.
I wanted to use Program module in my application to create a buffer in L2 SRAM . But when I tried to add this via XGCONF, it is not showing up in the .cfg script. The program Module is shown in red button on the right hand side outline section of CCS. Can I add directly into .cfg script, like
var Program = xdc.useModule("xdc.cfg.Program"); ?
Pls reply
Best Regards
JK