Description: Description: Use ADC12 and the integrated temperature sensor to detect
temperature gradients. The temperature sensor output voltage is sampled
~ every 80ms and compared with the defined delta values using an ISR.
(ADC12OSC/256)/ determines sample time which needs to be greater than
30us for temperature sensor.
ADC12 is operated in repeat-single channel mode with the sample and
convert trigger sourced from Timer_A CCR1. The ADC12MEM0_IFG at the end
of each converstion will trigger an ISR.
ACLK = n/a, MCLK = SMCLK = default DCO ~ 800k, ADC12CLK = ADC12OSC
// MSP430F149
// -----------------
// /|\| XIN|-
// | | |
// --|RST XOUT|-
// | |
// |A10 P3.4|-->LED
To Search:
File list (Check if you may need any files):
A3\A3.dep
..\A3.ewd
..\A3.ewp
..\A3.eww
..\Backup of A3.ewd
..\Backup of A3.ewp
..\Debug\Exe\A3.d43
..\.....\Obj\A3.pbd
..\.....\...\main.r43
..\main.c
..\settings\A3.cspy.bat
..\........\A3.dbgdt
..\........\A3.dni
..\........\A3.wsdt
..\Debug\Exe
..\.....\List
..\.....\Obj
..\Debug
..\settings
A3