Tool/software: Code Composer Studio
Hello,
When I tried to load my program in the board on my computer, it worked fine, however I need to be able to debug the code in another computer. When I tried loading the code I got this error:
C28xx_CPU1: GEL: Error while executing OnTargetConnect(): identifier not found: ST1
at ST1=(ST1&~(0x0100)) [f280049m.gel:286]
at C28x_Mode() [f280049m.gel:92]
at OnTargetConnect()
C28xx_CPU1: GEL Output: ... DCSM Initialization Start ...
C28xx_CPU1: GEL: Error while executing OnReset(0): identifier not found: XAR0
at XAR0=*((unsigned long *) 0x78000) [f280049m.gel:353]
at SetupDCSM() [f280049m.gel:33]
at OnReset(0)
C28xx_CPU1: File Loader: Verification failed: Values at address 0x00000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: C:\Users\ANDAR\workspace_v9_2\buffdac_ex1_enable\CPU1_RAM\buffdac_ex1_enable.out: a data verification error occurred, file load failed.
When I test the connection on target configuration page it passes all tests. I tried loading an example code to see if it works and I got the same error. I downloaded the latest version of CCS (9.2.0) and I still get the same error.