Hello,
I am trying to use the analog comparator 1 on a TM4C123GH6PM using TivaWare 2.1.0.12573.
However, the line
SysCtlPeripheralEnable(SYSCTL_PERIPH_COMP1);
results in an identifier SYSCTL_PERIPH_COMP1 is undefined error.
Investigating sysctl.h shows there is indeed no corresponding #define. The same happens with the older TivaWare 2.0.1.11577.
However, the old TivaWare 1.1 contains the #define.
Am I missing something, or is TivaWare 2.x 2.1 missing something?
TIA