My code will build just fine and give me a codegen file, but when I try to build and program to the TI28379D board I receive this error:
Error in build step #15 (Make): Make process exited with code 2:
copy /Y “C:\Users\djpem\Downloads\ThreePhGFI_v3_control_David_codegen\Launchpad_TMS320F28379D.ccxml” “.\output_TI2837x_cpu1\ThreePhGFI_v3_control_David.ccxml”
1 file(s) copied.
“C:/ti/uniflash_9.0.0/dslite.bat” --flash --config=.\output_TI2837x_cpu1\ThreePhGFI_v3_control_David.ccxml .\output_TI2837x_cpu1\ThreePhGFI_v3_control_David.out -u
Executing the following command:
“C:\ti\uniflash_9.0.0\deskdb\content\TICloudAgent\win\ccs_base\DebugServer\bin\DSLite” flash --flash --config=.\output_TI2837x_cpu1\ThreePhGFI_v3_control_David.ccxml .\output_TI2837x_cpu1\ThreePhGFI_v3_control_David.out -u
For more details and examples, please refer to the UniFlash Quick Start guide.
fatal: IcePick_C_0: Error connecting to the target: (Error -2131 @ 0x0) Unable to access device register. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 20.0.0.3298)
ThreePhGFI_v3_control_David.mk:175: recipe for target ‘download’ failed
Failed: Operation was aborted on ‘C28xx_CPU1’
make: *** [download] Error 1
Does anyone know how to fix this?