MSP430 USART
USART (Universal Synchronous/Asynchronous Receive/Transmit) モジュールはUART,SPI, I2Cの通信プロトコルに対応したシリアル通信モジュールです。
2008.5現在、USARTモジュールのI2CモードはMSP430x15x1デバイスとMSP430x16xにのみ実装されています。
UART, SPI, I2C各モードの説明とレジスタ一覧・機能別レジスタ項目詳細については以下をご覧ください。
UARTモードについて/レジスタ一覧
SPIモードについて/レジスタ一覧
I2Cモードについて/レジスタ一覧
USART (Universal Synchronous/Asynchronous Receive/Transmit) module is aserial communication module to support UART, SPI and I2C protocols.
I2C mode is now (2008.5) supported by MSP430x15x1 and MSP430x16x platforms.
Please refer to the following links for details of each mode.
About UART mode / Registers view
About SPI mode / Registers view
About I2C mode / Registers view
2008.5現在、USARTモジュールのI2CモードはMSP430x15x1デバイスとMSP430x16xにのみ実装されています。
UART, SPI, I2C各モードの説明とレジスタ一覧・機能別レジスタ項目詳細については以下をご覧ください。
UARTモードについて/レジスタ一覧
SPIモードについて/レジスタ一覧
I2Cモードについて/レジスタ一覧
USART (Universal Synchronous/Asynchronous Receive/Transmit) module is aserial communication module to support UART, SPI and I2C protocols.
I2C mode is now (2008.5) supported by MSP430x15x1 and MSP430x16x platforms.
Please refer to the following links for details of each mode.
About UART mode / Registers view
About SPI mode / Registers view
About I2C mode / Registers view
Devices
2008.5現在、USARTモジュールは以下のデバイスに搭載されています。 USART module is supported by following devices (2008.5).[+]Click here to see the device list
UART, SPI, I2C 設定フローConfiguration Flow
以下の各項目について設定を行うと自動的にコード(IAR EW C形式)が生成されます。デフォルトの選択肢は少し明るい色で示されています。 Configure following settings and the codes (IAR EW C) will be generatedautomatically.
Default choice is indicated by bright color.
| For USART1 ( Supported by F14x, F14x1, F16x ) | ||
|---|---|---|
| 以下はUSART0用に作られています。USART1 (UART/SPI) の設定は、以下USART0用に生成したコードのレジスタ名番号を0から1に置き換えてください。(例)U0CTL → U1CTL Following flow is made for USART0. If you want to make codes for USART1(UART/SPI), replace "0" with "1". eg. U0CTL -> U1CTL |
- UART
- SPI
マスタMaster - SPI
スレーブSlave - I2C
マスタMaster - I2C
スレーブSlave
▼ 生成コード (IAR EW C)
*バグがあるかもしれません。各自ご確認の上ご利用ください。 \/ Generated Code (IAR EW C)
It may contain some bugs. Please check it on your own.
*バグがあるかもしれません。各自ご確認の上ご利用ください。 \/ Generated Code (IAR EW C)
It may contain some bugs. Please check it on your own.
各モードのレジスタ一覧は以下をご参照ください
UARTモード / SPIモード / I2Cモード
USART1( UART, SPI ) レジスタ [ 078h - 07Fh ] は [ 070h - 077h ]と同構成です Please refer to the following links for the Register List of each mode.
UART mode / SPI mode / I2C mode
USART1( UART, SPI ) register [ 078h - 07Fh ] is same as [ 070h - 077h ]
UARTモード / SPIモード / I2Cモード
USART1( UART, SPI ) レジスタ [ 078h - 07Fh ] は [ 070h - 077h ]と同構成です Please refer to the following links for the Register List of each mode.
UART mode / SPI mode / I2C mode
USART1( UART, SPI ) register [ 078h - 07Fh ] is same as [ 070h - 077h ]
Address USART/SPI I2C
(勝手な分類であり、公式なものではありません)(This is not universally endorsed) 各ページをご覧ください
UARTモード
SPIモード(作成中)
I2Cモード(作成中)
Please refert to the following links.
UART mode (WIP)
SPI mode (WIP)
I2C mode (WIP)
UARTモード
SPIモード(作成中)
I2Cモード(作成中)
Please refert to the following links.
UART mode (WIP)
SPI mode (WIP)
I2C mode (WIP)
WIP




*From MSP430x1xx user's guide (slau049f)