Hello
I included the "DSP2803x_Device.h" into a .asm file (statement: .cdecls "DSP2803x_Device.h")
It throws several assembly errors for the typedef given in the .h file for the basic datatypes like in,long, float,...
I tried adding the following kind of lines for all datatypes, but still no success.
.asg "int", int16
Any suggestion how to include those example given .h files into a .asm file?
Thanks,
Sayee