Hi,
I am new to EVMK2H evaluation module,
installed mcsdk_3_00_03_15_setupwin32 setup file
how to work with image processing using CCS 5.4, on windows 7.
Regards,
Mohammed Asif.
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.
Hi,
I am new to EVMK2H evaluation module,
installed mcsdk_3_00_03_15_setupwin32 setup file
how to work with image processing using CCS 5.4, on windows 7.
Regards,
Mohammed Asif.
HI Mohammed Asif,
For running the image processing demo, please refer this TI WIKI and follow the instructions given.
For rebuilding the Master code and Slave code using CCS and Windows, please refer to
.
You need to select "XDS200". As per my understanding, you may not need license to work with EVM's.
If EVMK2H is used then select 66AK2H12.
If XTCIEVMK2X is used then select TCI6636K2H.
Thank you
Hi Titusrathinaraj stalin,
Thanks for the reply,
I installed 90 day eveluation licence, how to connect and run basic hellow world program on ccs for evmk2h?
some time i am getting connecting problem and some time loading problem.
i tried with below both target configuration:
connection: texas instruments XDS2xx USB Emulater
board/device: TCI6636K2H
also
connection: texas instruments XDS2xx USB Emulater
board/device: 66AK2H12
i can compile for both TCI6636K2H and 66AK2H12 and generated executable file (.out file) for below basic hello world code.
#include<stdio.h>
main()
{
printf("hello world\n");
}
but problem is connecting and laoding.
Regards,
Mohammed Asif.
some time i am getting connecting problem and some time loading problem.
Thanks for your update.
Have you installed the latest MCSDK package ?
You can run the examples from the following location.
C:\ti\pdk_keystone2_3_01_04_07\packages\exampleProjects
Just import and rebuild the project then run on DSP core.
If you want to run the image processing demo, you have to boot Linux.
Please create a new post for your new questions.
Dear Titus,
Thanks for the support and your precious time.
i reset the board and loaded the same .out file but it gives error
I imported C:\ti\pdk_keystone2_3_01_04_07\packages\exampleProjects\aif2CpriFastCMK2HTestProject.
build perfectly without error , got .out file.
but when i loaded and run no output.
any doc for the understanding of the example projects?
Regards,
Mohammed Asif.