This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

32 bit addresses in enumerations.

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?