Hi Team,
I am having trouble with the routine of SysCtrlClockSet() routine. In my design in the main() as a first instruction i used
SysCtlClockSet(SYSCTL_SYSDIV_2_5 | SYSCTL_USE_PLL | SYSCTL_XTAL_16MHZ |
SYSCTL_OSC_MAIN); instruction is given for my application.
When i run code through the CCS debug session it is working fine. But after Power on of the board the code was strucking in the sysctrlclockset() routine only.
When I run thorugh the debug session after power on RCC register MAIN oscillator is read as '0'( enabled) which is not causing any issue to me. Where as after power on of the board, it is getting as '1' and routine is staying at the Sysctrldelay(528288) only permanently.
Help me out from this problem
Regards
Vasavi V