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.

RTOS/TDA2EVM5777: Load using CCS and no debug message

Part Number: TDA2EVM5777

Tool/software: TI-RTOS

Hi TI Team

I'm testing PROCESSOR_SDK_VISION_03_04_00_00 on VAYU EVM (Rev:G2).
I loaded the binaries on EVM using CCS.
I didn't get any message from UART port.(J1)

Please refer to my step below.
1. Open file \vision_sdk\build\Rules.make and set MAKECONFIG=tda2ex_evm_bios_all
2. Open file \vision_sdk\apps\configs\tda2ex_evm_bios_all\cfg.mk and set
PROFILE = release
PROFILE_ipu1_0 ?= $(PROFILE)
PROFILE_ipu1_1 ?= $(PROFILE)
PROFILE_ipu2 ?= $(PROFILE)
PROFILE_c66xdsp_1 ?= $(PROFILE)
# PROFILE_a15_0 ?= $(PROFILE)
PROFILE_a15_0 = debug

3. Building the application
> gmake -s -j depend
> gmake -s –j


4. Load using CCS
Change the following GEL files for vision SD as below,
- TDA2Ex_multicore_reset.gel
• Set VISION_SDK_CONFIG to 1 always
• Set VISION_SDK_CONFIG_OLD to 0

5. Specify Connections as “Spectrum Digital XDS560V2 STM USB Emulator”.
Specify Board or Device as “TDA2Ex”.


6. launch the previously created TDA2Ex Target Configuration.
7. Connect to core CortexA15_0.
8. Select CortexA15_0, navigate to Scripts->TDA2Ex MULTICORE Initialization TDA2Ex_MULTICORE_EnableALLCores
9. Now connect the core shown below,
C66xx_DSP1,Cortex_M4_IPU1_C0, Cortex_M4_IPU1_C1.
10. Once the cores are connected, do CPU Reset for all the cores.
11. On the cores load the binaries as mentioned below
On C66xx_DSP1, load the binary, “vision_sdk_c66xdsp_1_release.xe66”.
On Cortex_M4_IPU1_C0, load the binary, “vision_sdk_ipu1_0_release.xem4”.
On Cortex_M4_IPU1_C1, load the binary, “vision_sdk_ipu1_1_release.xem4”.
On CortexA15_0, load the binary, "vision_sdk_a15_0_debug.xa15fg”
12. Resume all core
C66xx_DSP1 > Cortex_M4_IPU1_C0 > Cortex_M4_IPU1_C1 > CortexA15_0

I didn't get any message from UART port.(J1)

Could you give me some advice, please.