무상 기술지원 범위 안내 / 비밀글은 답변 드리지 않습니다.
기술문의 게시물 작성은 로그인 후 가능합니다.
싱크웍스 카카오 채널+ 개설
TMS320F28X 기술 문의
F28379 예제 실행 오류
F28379D 모듈을 구매해 사이트 상의 F2837X 예제를 실행시키고자 하고 있습니다.
CCS 버전은 12.7이며 기존 F28335 모델을 통해 싱크웍스의 예제는 다수 실행해본 경험이 있습니다.
하지만 현 예제 실행 시 다음 2가지 문제가 발생됩니다.
1) CCS PROJECT IMPORT 가 수행되지 않음.
2) File -> import 를 통해 예제를 불러올 경우 build 시 아래 에러가 발생됨.
Building file: "../GPIO07_Input_Invert.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --cla_support=cla1 --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --include_path="C:/ood/GPIO07_Input_Invert" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v140/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v140/F2837xD_headers/include" -g --define=CPU1 --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="GPIO07_Input_Invert.d_raw" "../GPIO07_Input_Invert.c"
>> Compilation failure
subdir_rules.mk:44: recipe for target 'GPIO07_Input_Invert.obj' failed
gmake: *** No rule to make target 'C:/ti/controlSUITE/device_support/F2837xD/v140/F2837xD_common/source/F2837xD_CodeStartBranch.asm', needed by 'F2837xD_CodeStartBranch.obj'.
gmake: *** No rule to make target 'C:/ti/controlSUITE/device_support/F2837xD/v140/F2837xD_headers/source/F2837xD_GlobalVariableDefs.c', needed by 'F2837xD_GlobalVariableDefs.obj'.
gmake: *** No rule to make target 'C:/ti/controlSUITE/device_support/F2837xD/v140/F2837xD_common/source/F2837xD_Gpio.c', needed by 'F2837xD_Gpio.obj'.
gmake: *** No rule to make target 'C:/ti/controlSUITE/device_support/F2837xD/v140/F2837xD_common/source/F2837xD_SysCtrl.c', needed by 'F2837xD_SysCtrl.obj'.
gmake: *** No rule to make target 'C:/ti/controlSUITE/device_support/F2837xD/v140/F2837xD_common/source/F2837xD_usDelay.asm', needed by 'F2837xD_usDelay.obj'.
"../GPIO07_Input_Invert.c", line 4: fatal error #1965: cannot open source file "F28x_Project.h"
1 catastrophic error detected in the compilation of "../GPIO07_Input_Invert.c".
Compilation terminated.
gmake: *** [GPIO07_Input_Invert.obj] Error 1
gmake: *** No rule to make target 'C:/ti/controlSUITE/device_support/F2837xD/v140/F2837xD_headers/cmd/F2837xD_Headers_nonBIOS_cpu1.cmd', needed by 'GPIO07_Input_Invert.out'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
이에 대한 해결 방법이 궁금합니다.
| 번호 | 제목 | 작성자 | 날짜 |
|---|
| 번호 | 제목 | 날짜 | 작성자 | 조회 |
|---|---|---|---|---|
| 9462 | ramfunc 관련 질문좀하겠습니다. (1) | 2021.01.05 | 조인권 | 73 |
| 9461 | Delfino EVM 보드 + DC (3) | 2021.01.04 | 김민석 | 29 |
| 9460 |
|
2021.01.04 | 개발자킴 | 46 |
| 9459 | can 질문 드립니다. (3) | 2021.01.04 | 백인재 | 53 |
| 9458 | qep를 통한 엔코더 펄스 카운트 (5) | 2021.01.04 | QEP | 72 |
| 9457 | sc450 질문 (4) | 2020.12.31 | 이지훈 | 35 |
| 9456 | CCS 에러 문의 (1) | 2020.12.31 | 정정훈 | 54 |
| 9455 |
HRPWM MEP scale factor관련 문의
(1)
|
2020.12.28 | 이정용 | 71 |
| 9454 | TMS320F28379D 회로문의 (1) | 2020.12.27 | 김민석 | 31 |
| 9453 | SDS200i 오류코드 (1) | 2020.12.22 | 한지아이에스 | 52 |
| 9452 | SCI interrupt 수신버퍼 개수 (5) | 2020.12.22 | 박우민 | 75 |
| 9451 |
serial flash programmer
(2)
|
2020.12.17 | 이병찬 | 118 |
| 9450 |
|
2020.12.18 | 이병찬 | 61 |
| 9449 |
|
2020.12.18 | 이병찬 | 47 |
| 9448 | can 예제 질문드립니다. (1) | 2020.12.16 | 백인재 | 41 |
| 9447 | boot mode에 대하여질문드립니다. (1) | 2020.12.15 | 이병찬 | 86 |
| 9446 | can 레지,메모리맵 질문드립니다. (3) | 2020.12.14 | 백인재 | 43 |
| 9445 | ConfigCpuTimer(&CpuTimer0, 150, 1000000); 의 의미가 궁금합니다. (1) | 2020.12.10 | 이준우 | 51 |
| 9444 | XCLKOUT의 용도가 궁금합니다. (3) | 2020.12.10 | 이준우 | 27 |
| 9443 |
Interleaved 질문
(1)
|
2020.12.09 | 김용범 | 52 |
| 9442 |
|
2020.12.09 | 이우일 | 3 |
| 9441 |
절연 JTAG 어댑터 가능여부
(2)
|
2020.12.09 | 최광호 | 122 |
| 9440 | Delfino 28388D (5) | 2020.12.03 | 김민석 | 79 |
| 9439 |
controlSUITE 실행관련사항
(1)
|
2020.12.03 | 김민석 | 35 |
| 9438 | SMC75 EVM (1) | 2020.12.02 | 이주영 | 9 |
| 9437 | SDS200i 에뮬레이터 리셋 핀 관련 문의 (1) | 2020.12.02 | 조영민 | 50 |
| 9436 |
xds2xx usb Emulator 연결
(3)
|
2020.12.02 | 밥수 | 35 |
| 9435 | PWM A, B의 상을 바꾸고 싶은데. (1) | 2020.12.02 | 박가람 | 56 |
| 9434 | JTAG Daisy-chain 연결과 code security module (3) | 2020.12.01 | 장지욱 | 37 |
| 9433 | TMS320C28346 HEX2000 (3) | 2020.11.30 | 이한주 | 71 |





좀 오래전에 게시된 예제를 테스트하고 계신 것으로 생각됩니다. 최근 게시된 예제들은 예제에서 필요한 칩-지원 소스들을 모두 예제 경로 내에 포함시켜 포터블 프로젝트의 형태로 업로드 되었지만, 과거에는 TI의 ControlSUITE나 C2000Ware 툴의 공유 경로를 그대로 참조하도록 예제를 구성했었습니다. 본문 링크 란을 참고하여 아래 링크의 ControlSUITE 툴을 다운로드하고 설치하시면 예제 불러오기 및 실행에 문제가 없으실 것 입니다.
>> https://www.ti.com/tool/CONTROLSUITE 2026-07-09 13:01:24