Tool/software: Code Composer Studio
The screenshot demonstrates my problem when trying to read the value of ACTIVE_POSITION. Hovering gives me a long expression, and macros aren't found in the Expressions window.
I have a set a bunch of macro indexes for a custom data packet with the style:
#define THING_THREE_POSITION (THING_TWO_POSITION + THING_TWO_LENGTH) #define THING_FOUR_POSITION (THING_THREE_POSITION + THING_THREE_LENGTH)
The final thing is a longer expression that is difficult to resolve in my head at a glance.