How to run UART examples in TI-RTOS SDK for K2H EVM in CCS?
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.
To run the NIMU EMAC example for K2H devices make sure the prerequisites are present.
Now Import the CCS project into CCS and go on
Please follow the steps shown in the video to run DSP UART examples in K2H EVM.
Now, we have the DSP example project
UART_BasicExample_K2H_c66xDMATestProject
UART_BasicExample_K2H_c66xExampleProject
UART_BasicExample_K2H_c66xTestProject
And the ARM example project
UART_BasicExample_k2h_armDMATestproject
UART_BasicExample_K2H_armExampleProject
UART_BasicExample_k2h_armTestproject
Do not open ARM and DSP examples at the same time, CCS will throw the project out-of-sync error dialog.
Both DSP and ARM project uses "HelloWorld.c" where NIMU IP configuration is stored. The same code changes are applicable for ARM and DSP projects.
Now, Make sure the device is in No-Boot mode for emulation. as mentioned in the Technical reference manual https://wfcache.advantech.com/www/support/TI-EVM/download/XTCIEVMK2X_Technical_Reference_Manual_Rev1_0.pdf
Thanks & regards,
Rajarajan U