Hi,
My requirement is to execute a ".out" file (EABI ELF) compiled using Code Composer Studio ( V5 and above). The compiled file will be loaded in DDR and need to interpret the elf file and execute it. Once the execution is complete, it need to return to main process which will again load a elf file in DDR and execute it.
Is there any API like (fork in linux) to load and execute an elf file and return to main thread.
Regards,
Senthil Kumar.G