Hi Brad,
I followed your advice on the above link to set IER to enable interrupts using:
#include <c64.h> C64_enableIER (C64_EINT5);
I am using a Spectrum based EVM for the OMAP-L137 with a CCS DSP/BIOS version 5.33.05. I have all the latest drivers per TI's automatic update site.
I am getting the following erros when I compile with the c64.h file included:
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 59: error: identifier "Uns" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 60: error: identifier "Uns" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 61: error: identifier "Uns" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 96: error: identifier "Uns" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 96: error: identifier "Uns" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 102: error: identifier "Void" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 102: error: identifier "Uns" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 108: error: identifier "Void" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 108: error: identifier "Uns" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 118: error: identifier "Void" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 118: error: identifier "Int" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 118: error: identifier "Fxn" is undefined
"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include/c64.h", line 118: error: identifier "Int" is undefined
Shouldn't these "undefined"s already be covered somewhere else, since you did not suggest including any other files.
Any help you can provide will greatly be appreciated.
Vedat