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.

Tivaware Assert Failed for TM4C1292NCPDT Timer 6, Timer 7 peripheral enable.

Other Parts Discussed in Thread: TM4C1292NCPDT, TM4C129CNCPDT

Hello,

I'm getting a Tivaware assert when I call the following 2 functions on a TM4C1292NCPDT.

SysCtlPeripheralEnable(SYSCTL_PERIPH_TIMER6);
SysCtlPeripheralEnable(SYSCTL_PERIPH_TIMER7);

The assert that fails is:

 ASSERT(_SysCtlPeripheralValid(ui32Peripheral));

Which is understandable since this function does not have an entry for Timer 6 or Timer 7.

The data sheet says that it has 8 timer modules and the part header file has entries for 6 and 7, however, Tivaware and the PinMux utility do not seem to support enabling it.

Is that because these 2 timers are not mapped to any external CCP module?

Thanks,

Dominic