Hi,
I'm starting with 6678 and I have some questions:
1 - After I get a working .out using CCS, gel file and the emulator what should I do to run it without CCS and the emulator. Do I have to use functions like platform_init() that is used in some examples? Do I have to convert the .out to .hex or a .bin?
2 - What happens when a program is run? I mean, we can choose, in the platform, if the code is stored in L2SRAM, MSMCSRAM or DDR3, the code is executed directly from these memory? Is it cached? And is there any difference if using the CCS/emulator or not?
Thanks