![CML Microcircuits CMX649 Скачать руководство пользователя страница 21](http://html1.mh-extra.com/html/cml-microcircuits/cmx649/cmx649_application-note_2627444021.webp)
CMX649 Wireless Voice Link Design Guide
©
2004 CML Microcircuits
Page 21 of 42
5.1.1 Interrupt
Vectors
Interrupt vectors for this project are as follows:
Interrupt Name
Vectored Interrupt Service
Routine
Comments
RESET_VECTOR RESET
(initialization routine)
Issued on power up.
UART0TX_VECTOR
RFCHIPTX
Called when ready to Tx
a new byte.
UART0RX_VECTOR
RFCHIPRX
Called once a byte has
been received.
TIMERA0_VECTOR
CMX649_TRANSFER
Called when ready to
exchange data with the
CMX649.
PORT1_VECTOR and
PORT2_VECTOR
BUTTON_DEBOUNCE Debounce
routine
Table 4, Interrupt Vectors
5.1.2 RESET
When the circuit is powered up, the MSP430F1232 will begin program execution at
the RESET initialization routine, which is depicted in the following flowchart: