Part Number: TMDSEVM6678
Other Parts Discussed in Thread: TMS320C6678
Tool/software: Code Composer Studio
Hi,
I followed your instructions to create a "hello world" project
* I'm using CCS 7.4.0 & processor_sdk_rtos_c667x_4_03_00_05.
* I also modified 2 code lines in: C:\ti\pdk_c667x_2_0_9\packages\pdkProjectCreate.bat
# 70 : set SOC=C6678 (it was a57..)
#124 : set PROCESSOR=dsp (it was arm)
*** Configuration:
Blackhawk XDS560v2-USB Mezzanine Emulator
TMS320c6678
*** The build generates the following warnings:
Description Resource Path Location Type
#10210-D null: creating ".stack" section with default size of 0x400; use the -stack option to change the default size HelloWorld C/C++ Problem
#10210-D null: creating ".sysmem" section with default size of 0x400; use the -heap option to change the default size HelloWorld C/C++ Problem
#10247-D null: creating output section ".cinit" without a SECTIONS specification HelloWorld C/C++ Problem
#10247-D null: creating output section ".cio" without a SECTIONS specification HelloWorld C/C++ Problem
#10247-D null: creating output section ".const" without a SECTIONS specification HelloWorld C/C++ Problem
#10247-D null: creating output section ".far" without a SECTIONS specification HelloWorld C/C++ Problem
#10247-D null: creating output section ".fardata" without a SECTIONS specification HelloWorld C/C++ Problem
#10247-D null: creating output section ".stack" without a SECTIONS specification HelloWorld C/C++ Problem
#10247-D null: creating output section ".switch" without a SECTIONS specification HelloWorld C/C++ Problem
#10247-D null: creating output section ".sysmem" without a SECTIONS specification HelloWorld C/C++ Problem
#10247-D null: creating output section ".text" without a SECTIONS specification HelloWorld C/C++ Problem
*** execution fails: HelloWorld.out Load failed ***
C66xx_1: Trouble Reading Memory Block at 0x8000 on Page 0 of Length 0x4: (Error -1190 @ 0x8000) Unable to access device memory. Verify that the memory address is in valid memory. If error persists, confirm configuration, power-cycle board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 7.0.100.0)
C66xx_1: File Loader: Verification failed: Target failed to read 0x00008000
C66xx_1: GEL: File: C:\Users\motima\workspace_v7\HelloWorld\Debug\HelloWorld.out: Load failed.
What went wrong?
Please add as many details as you can.
Thanks
