Hi,
I would like to put 32 bit addresses, for content on an external chip, into an enumeration on the C2000. I would just use constant uint32_t variables however I want to use compile time math to calculate the addresses based on other parameters. Since compile time math for constants only seems to work when the destination value and parameters on which it relies are enums. Is there a way to force desired enums to 32 bits?