I'm attempting to port many libraries that all use uint8_t datatypes that are obviously not supported by the c2000. Is there a way to define or typedef uint8_t and int8_t to their 16-bit counterparts globally somewhere in the stdint header or elsewhere to prevent me from needing to go into each file to manually redefine the datatype?
I understand that this is a somewhat dangerous practice, but it would be temporary and would help me make faster progress initially while I'm evaluating the MCU