Hi
Iam using TM320C6678 Evaluation Kit..
We have developed a small GUI using VC++.. GUI and TMS Eval board communication is through Ethernet .
We flashed IBL and Ethernet Command TX/RX code with a particular IP in TMS board. GUI will connect the board with that specific IP and sends commands.
Some of the commands we included in GUI are 1. DDR Memory display 2.Flash memory display
My requirement is I need to Load a binary file / OUT file of an application from the GUI to the DDR..( which Iam currently working on to it..)
My doubt is After loading the application bin file into the memory , how to run the application file.. ? I need to pass some command from the GUI which should start executing the loaded bin file from the memory( without using emulator).
Is there any example code available based on my requirement ??
Please help
Thanks