I am using DSP Bios version 5.42.01.09 and Code Composer Studio version 5.5.0.00077.
I would like some sample code for using semaphores on the ARM.
When I try to include sem.h I get errors because it seems as if DSP Bios does not have #ifdef for the ARM processor.
It all works with the DSP C6748, but I cannot get it to work with the ARM.
The errors are below:
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 24: error #20: identifier "Arg" is undefined
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 25: error #20: identifier "Arg" is undefined
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 49: error #20: identifier "LgInt" is undefined
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 54: error #20: identifier "LgInt" is undefined
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 59: error #20: identifier "LgInt" is undefined
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #93: identifier-list parameters may only be used in a function definition
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #101: duplicate parameter name
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 70: error #20: identifier "Arg" is undefined
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 71: error #20: identifier "Arg" is undefined
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined
"C:/ti/CCSv5/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined