// TODO 3.01
    TC3_TimerStart();


// TODO 3.02
        if ( TC3_TimerPeriodHasExpired() )
        {
            LED1_Toggle();
        }
