Hello all.
I am porting some code, and found that if you try to use a Wide Timer on a 129X board, you get that SYSCTL_PERIPH_WTIMERX (as X in number) is defined, WTIMERX_BASE is also defined but the interruption definitions are not present for the 129X family.
However it is worth notice that there is a define for this:
#define INT_WTIMER0A INT_CONCAT(INT_WTIMER0A_, INT_DEVICE_CLASS)
But at compiling time we get:
Description Resource Path Location Type
identifier "INT_WTIMER0A_TM4C129" is undefined example.c /example line 1626 C/C++ Problem
Thank you.