This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C6678 bin/out file loading to DDR & Code execution

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

  • Hi,

    TI not provide this type of examples.

    PCIe linux host loader example will help, It will load/run the binary to DDR and MSMC memory like your requirement. Please refer this example and develope your custom application.

    MCSDK Path: \ti\mcsdk_x_xx_xx_xx\tools\boot_loader\examples\pcie\linux_host_loader\pciedemo.c

    Linux host loader Example only works on Linux PC. Please refer “\ti\mcsdk_x_xx_xx_xx\tools\boot_loader\examples\pcie\docs\Readme.pdf” document for more information.

    Thanks,
  • Hi Krishnan,
    I think, we do not have any direct example for your requirement. As mentioned by Ganapathi above, you shall refer PCI host loader example to develop your own.

    Thank you.