Part Number: TMS320C6424
Tool/software: Code Composer Studio
Hello everyone,
I'm working on a project using TMS320C6424 custom board, with customized EVMC6424 GEL file, using CCS 6.0.1. on my computer the project is running very fine without any issues and outputs what's expected, but then I needed to test another custom board remotely (using teamviewer application), the second board that I need to test remotely is same as what I have tested successfully here except the processor core voltage(the board I have by my side contains TMS320C6424 1.05v, the other one we need to test remotely contains TMS320C6424 1.2v). the issue is that when I try to load and run the same project ( that passed successfully in my computer) on another computer remotely using teamveiwer the load fails everytime giving the following error :
C64XP_0: GEL: Error while executing OnTargetConnect(): Driver did not attempt to read 0x01C40D10 at (*(pll_pllm)&0x3f) [board.gel:772] at setup_pll_2(0, 23, 1) [board.gel:789] at Setup_PLL2_DDR_162_MHz_OscIn() [board.gel:43] at OnTargetConnect() . Knowing that all the setup and configuration is same in the two cases and the two boards are also same in all components except the processor core voltage as I mentioned above.
Note 1 : teamviewer is an application that can give you the control over another PC remotely through the internet, so I can remotely test the boards by accessing theCCS from the PC that the board is connected to and perform the test and debugging.
Note 2 : the Jtag I used with my computer (TI XDS100v3 USB emulator) is different than what's used for the remote test (TI XDS100v2 USB emulator), but I took care of this in target configuration file.
can someone halp me to solve this issue ?
Thanks in advance