Description: Based on " Stellaris peripheral driver library" of routines: 32-bit RTC timer usage examples (32.768kHz oscillation signal input from the CCP2 pin, RTC clock output from the UART2) The experimental procedure to demonstrate how to use the timer is configured to 32 for the RTC mode, and use the RTC timer interrupt generated match. Into the interrupt function for each serial port to send shows from a current time, the initial time is assumed to be 9:58:40. This experiment requires a 32.768kHz clock source of the RTC, the example of the configuration TIMER0A become 16-bit PWM mode, the use of foot CCP0 roughly 32768Hz output frequency of PWM wave, which eliminates the user the trouble of external 32768 crystal. When debugging, you just need to PB0 and PB1 can be shorted.
To Search:
File list (Check if you may need any files):
Timer32BitRTC
.............\Timer_32Bit_RTC
.............\...............\Demo.dep
.............\...............\Demo.ewd
.............\...............\Demo.ewp
.............\...............\Demo.eww
.............\...............\LM3S1138_PinMap.H
.............\...............\main.c
.............\...............\startup_ewarm.c
.............\...............\UART_GetPut.C
.............\...............\UART_GetPut.H
.............\调试说明.txt