I have a question about creating a project in CCS5.3 targeted to run on a TMS320C6678 DSP.
My project currently includes the xdctools_3_24_05_48 package. Inside that package I can see the file /packages/xdc/std.h
On line line 246, I see the following code segment:
---
typedef xdc_UInt8 Uint8;
typedef xdc_UInt16 Uint16;
typedef xdc_UInt32 Uint32;
---
the xdc_UInt* types are not defined which is a problem because my codebase makes heavy use of these Uint* types.
I cannot figure out where xdc_UInt* is meant to be defined. After reading the following forum post, I think I need to look in my ti/targets/std.h file, but I don’t see a ...\targets\... folder in my install. https://e2e.ti.com/support/embedded/tirtos/f/355/t/273059
Regards,