Hi All,
I'd like to ask you how to properly implement the code of project in EVMC6747 CCStudio v3.3:
- lcd
- characterdisplay
which are parts of DSKDA830 User Interface Board Test Code:
http://support.spectrumdigital.com/boards/dskda830/revc/files/DSKDA830_ui_tests_RevC.zip
For running lcd project:
- When I open project the message in Gel Output is:
c6747 DSP Startup Sequence
Setup PINMUX Registers... [Done]
PLL Setup Complete
Setup Power Modules (All on)... [Done]
Startup Complete.
Disable EDMA events - After Rebuild All i can see the message:
------------------------------ lcd.pjt - Debug ------------------------------
[lcd_test.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -q -fr"./Debug/" -i"../../include/" -d"_DEBUG" -mv6400+ -@"Debug.lkf" "lcd_test.c"
"lcd_test.c", line 12: fatal error: could not open source file "dskda830.h"
1 fatal error detected in the compilation of "lcd_test.c".
Compilation terminated.
>> Compilation failure
[main.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -q -fr"./Debug/" -i"../../include/" -d"_DEBUG" -mv6400+ -@"Debug.lkf" "main.c"
"main.c", line 12: fatal error: could not open source file "dskda830.h"
1 fatal error detected in the compilation of "main.c".
Compilation terminated.
>> Compilation failure
Build Complete,
2 Errors, 0 Warnings, 0 Remarks. - After Rebug -> Run I can see the static view like balow:

but in StOut I can see
01 Testing LCD...
but I can't see tme message from main.c:
printf( "\n***ALL Tests Passed***\n" );
For running characterdisplay project:
- After Rebuild All i can see the message:
------------------------ charaterdisplay.pjt - Debug ------------------------
[characterdisplay_test.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -q -fr"./Debug/" -i"../../include/" -d"_DEBUG" -mv6400+ -@"Debug.lkf" "characterdisplay_test.c"
"characterdisplay_test.c", line 12: fatal error: could not open source file "dskda830.h"
1 fatal error detected in the compilation of "characterdisplay_test.c".
Compilation terminated.
>> Compilation failure
[main.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -q -fr"./Debug/" -i"../../include/" -d"_DEBUG" -mv6400+ -@"Debug.lkf" "main.c"
"main.c", line 12: fatal error: could not open source file "dskda830.h"
1 fatal error detected in the compilation of "main.c".
Compilation terminated.
>> Compilation failure
Build Complete,
2 Errors, 0 Warnings, 0 Remarks. - After Rebuild All i can see the message in StOut:
01 Testing Character Display...
PASS
***ALL Tests Passed***
but i can't see anything on LCD:
I suppose, there should be a message like in characterdisplay_test.c file:
"DA830 Character Display"
Do you have any idea how to resolve both of this issues?
Regards
Bartlomiej