User Activity

Using the code fragment below I would expect the code to hang if it got an error during the clock switch or it actually switched to the LSI clock. But the test code keeps running and starts blinking an LED.    CLK_LSICmd(ENABLE);    CLK_ClockSwitchC...