I am facing problem in loading image in tms320c6713dsk dsp board.Can you please tell me how to load an image in that board?
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.
I am facing problem in loading image in tms320c6713dsk dsp board.Can you please tell me how to load an image in that board?
Hi Rukhmini,
Have you looked at the board manufacturer's (Spectrum Digital) product page for that evaluation kit? I have provided a link below. I have also linked the quick start guide, which should help you through the process of loading code to your board. Both the product page and quick start guide provide references to lots of valuable information for you to use.
Spectrum Digital DSK6713 product page:
http://c6000.spectrumdigital.com/dsk6713/
DSP Starter Kit (DSK) for the TMS320C6713 Quick Start Guide:
http://c6000.spectrumdigital.com/dsk6713/V2/docs/dsk6713_QuickStartGuide.pdf
Thanks,
Clinton
Hi,
Please refer the below link:
http://processors.wiki.ti.com/index.php/Flashing_the_C6713_EVM
Please mention the problem details, when you load the image to board.
Regards,
Balaji N
My project is to implement an image processing algorithm for detection of diabetic retinopathy.I developed one algorithm for that.Now,I want to load the retina image in the tms320c6713dsk dsp board so that i can run the algorithm in the board but i am unable to load the image in the dsp board.So,i want to know how the image can be loaded in that board.
Hi,
If the image is in JPEG format or some other format, then convert the image into C
Array using the tool like WinHex, Visual studio and etc. Include this Array into header file
of your project and use this in algorithm.
-Regards,
Balaji N
Thank you.I have converted the image into hex file using winhex. Can you please tell me how to include the array as header file?
Hello,
I have developed one simulink model for the image processing algorithm i have done.Can you please tell me is it possible to incorporate this simulink model in tms320c6713dsk dsp borad?
Thank you
hello,
I am using matlab 2007b.Can you please tell me 2007b supports ccs 3.1 or not?if i want a simulink model to incorporate in tms320c6416T dsk borad what embedded ide link i should use?
here you can find how to load an image in vb.net with tutorials and samples. also you can learn more about image processing methods, including how to convert so that you can import to other containers.