msp430g2xx1 ta 03 asm

1 89 0
msp430g2xx1 ta 03 asm

Đang tải... (xem toàn văn)

Thông tin tài liệu

;******************************************************************************* ; MSP430G2xx1 Demo - Timer_A, Toggle P1.0, Overflow ISR, DCO SMCLK ; ; Description: Toggle P1.0 using software and Timer_A overflow ISR ; In this example an ISR triggers when TA overflows Inside the TA ; overflow ISR P1.0 is toggled ; Proper use of TAIV interrupt vector generator is demonstrated ; ACLK = n/a, MCLK = SMCLK = TACLK = default DCO ; ; MSP430G2xx1 ; ; /|\| XIN|; | | | ; |RST XOUT|; | | ; | P1.0| >LED ; ; D Dang ; Texas Instruments Inc ; October 2010 ; Built with Code Composer Essentials Version: 4.2.0 ;******************************************************************************* cdecls C,LIST, "msp430g2231.h" ; -.text ; Progam Start ; -RESET mov.w #0280h,SP ; Initialize stackpointer StopWDT mov.w #WDTPW+WDTHOLD,&WDTCTL ; Stop WDT SetupP1 bis.b #001h,&P1DIR ; P1.0 output SetupTA mov.w #TASSEL_2+MC_2+TAIE,&TACTL ; SMCLK, contmode interrupt ; Mainloop bis.w #CPUOFF+GIE,SR ; CPU off, interrupts enabled nop ; Required only for debugger ; ; TAX_ISR; Common ISR for CCR1-4 and overflow ; add.w &TAIV,PC ; Add Timer_A offset vector reti ; CCR0 - no source reti ; CCR1 reti ; CCR2 reti ; CCR3 reti ; CCR4 TA_over xor.b #001h,&P1OUT ; Toggle P1.0 reti ; Return from overflow ISR ; ; -; Interrupt Vectors ; -.sect ".reset" ; MSP430 RESET Vector short RESET ; sect ".int08" ; Timer_AX Vector short TAX_ISR ; end

Ngày đăng: 26/12/2017, 08:56

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan