I was trying to simulate a simple LED toggle application in TM4C123GH6PM using Keil uVision4 Simulator with PLL (80MHz). It was configured to use an external crystal of 16Mhz. The code with PLL is not working as expected because the time period measured using the Logic Analyzer is for the PIOSC(16MHz) instead of 80MHz PLL output. I think I am not configuring the correct options for target. Is there any extra settings for PLL simulation in Keil? The PLL initialization code is attached for reference.