Technical discussions about the TI C28x DSPs (including the C2810, C2811, C2812, F2801, F2806, F2808, F2810,, F2811, F2812, R2811 and R2812).
Please help me, i'm a beginner for DSP and i need your helo to solve my problem.
one week ago, I have bought DSP CY-MSK2812 from site www.cyclone.com.cn
This device include some header and peripheral example in C and gel format.
i have try to run some example (especially for ADC) in Dev-C++, i met much error. This error
cause by some keyword that used in header. This keyword is cregister and interrupt, some list
and error is
list : extern cregister volatile unsigned int IFR;
error : C:\tidcs\c28\DSP281x\v100\DSP281x_headers\include\DSP281x_Device.h expected
init-declarator before "volatile"
list : typedef interrupt void(*PINT)(void);
error : C:\tidcs\c28\DSP281x\v100\DSP281x_headers\include\DSP281x_PieVect.h expected
init-declarator before "void"
I expected that Dev-C++ not define keyword cregister and interrupt, what must i do with the
result that Dev- C++ can define this program. Or if you have another compiler that define this
keyword, please tell me sir...
best
regards,
Oktanto
dedi
You can post a message or access and search the archives of this group on DSPRelated.com:
http://www.dsprelated.com/groups/c28x/1.php
_____________________________________