I'm using the TM4C123GXL Launchpad and trying to get the CRC working. I add the lines:
SysCtlPeripheralEnable( SYSCTL_PERIPH_CCM0 );
while( !SysCtlPeripheralReady(SYSCTL_PERIPH_CCM0) )
{
}
The microcontroller never comes out of the while loop. I guess my first questions is does the TM4C123GH6PM have the CRC peripheral?