1. Create a folder with your HT number in the system drive and copy required include, gel, library, and linker folders into it.
2. Open Code Composer Studio, create a CCS project with the project name and settings for the TMS320C5505 device, and add the include, library, and file search paths.
3. Create a source code file with a .c extension and write your program.
4. Create a target configuration file with the .ccxml extension and settings to debug on the TMS320C5505 kit using the gel file.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
61 views
C5505 General Working Procedure
1. Create a folder with your HT number in the system drive and copy required include, gel, library, and linker folders into it.
2. Open Code Composer Studio, create a CCS project with the project name and settings for the TMS320C5505 device, and add the include, library, and file search paths.
3. Create a source code file with a .c extension and write your program.
4. Create a target configuration file with the .ccxml extension and settings to debug on the TMS320C5505 kit using the gel file.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3
General Procedure to work C5505:
1. Create a folder by your H.T.No. in any of the drive
D/E/F/G of the system. 2. Paste the a) include folder (contains header files) b) Gel folder (contains gel file) C)Library folder (contains library files) d) linker in the above created folder.(The folders and linker is available in the system destop 5505 needed files folder) 3. Open Code Composer Studio v4 . 4. In WorkSpace Launcher. BROWSE Select the project location OK. 5. FILE NEW CCS PROJECT a.Project name: Type your project name. b.Tick use default location. NEXT c.Project type: C5500. d.Tick Debug And Release. NEXT NEXT. e.Output type: Executable. f.Device Variant : TMS320C55XX - TMS320C5505. g.Device Endianness : big h.Code Generation Tools: TI v4.3.5. i.Run time support library: automatic. j.Target content: none. FINISH 6.FILE NEW SOURCE FILE a.Source file: Type your projectname.c( .c extension is must ). b.Type the program. c.FILE SAVE. 7. PROJECT PROPERTIES C/C++ BUILD
a. BASIC OPTION: Target processor version(--silicon
version, -mv) : 5505 b. INCLUDE OPTIONS: (Add dir to #include search path(--include_path,-I)) select this add icon and add the following three path by indivdually "../../include" c.FILE SEARCH PATH: (Include library file or command file as input(--library,I)) select this add icon and add the following names by indivdually "rts55x.lib" "usbstk5515bsl.lib" (Add <dir> to library search path (--search_path,-i)) select this add icon and add the following path by indivdually "${PROJECT_ROOT}/../lib" OK. 8. FILE NEW TARGET CONFIGURATION FILE a.file name: projectname. ccxml (.ccxml extension is must) b.Connection: Texas Instrument XDS100 v1 USB Emulator. c.Device: TMS320C5505. (Tick the TMS320C5505) SAVE TARTGET CONFIGURATION C55XX_0 BROWSE, browse the workspace location, open the gel folder and select the GEL file. OPEN SAVE. 9. In C/C++ Project window, Right click the project REBUILD PROJECT. 10. Connections : a.Connect the usb cable, PC to TMS320C5505 KIT. b.Connect the 5v adapter. c.Power on the kit.
11. TARGET DEBUG ACTIVE PROJECT. .(Then see out
at corresponding place after run) 12. TARGET RUN. 13. TARGET HALT. 14.See the Output at Particular location(In Console )