I would like to use DDR for some of my OMAP-L138 ARM .text code section. However, I'm not quite sure how to do this since, when using CCS (and no GEL file) the ARM has not yet initialized the DDR. Therefore CCS cannot load the code in that section for emulation and debugging. Conceptually, how should this work? Especially during initial debugging when the code changes every few minutes. I can understand that I may have to write a custom boot loader of some kind, but the boot loader would need to load the program from somewhere....?
Thx,
MikeH