Part Number:TMS320F28335
Tool/software: Code Composer Studio
I'm trying to get an example project running.
I'm following this guide. I'm not sure if I'm doing something wrong, its hard to follow these older (v5) instructions as some steps changed.
processors.wiki.ti.com/.../C2000_Getting_Started_with_Code_Composer_Studio_v5
Configuration Settings:
Daughter card: TMDSCNCD28335
DSP IC: TMS320F28335
Resolver: 'TMDSRSLVR'
Code Composer Studio: CCS 8.0
Configure Target
"View->Target Configurations" menu and made configuration:
Connection: ‘Texas Instruments XDS1000V1 USB Debug Probe’
Board or device: TMS320F28335
Example Project GPIO Toggle
If I build it I get 52 errors.
There are about 20 different types of errrors.
The description and resource qualified name of a few are below
- Field 'all' could not be resolved
- Field 'GPACLEAR' could not be resolved
- Field 'GPADAT' could not be resolved
Resource qualified name: /Example_2833xGpioToggle/Example_2833xGpioToggle.c
an example of a line that is an error in the code is the following (With the .all being underined as the error)
GpioDataRegs.GPBDAT.all =0x0000000A;
any help here? What is missing?
thanks