⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 examples foir msp430mcu
💻 TXT
字号:
Using the USCI I2C Master

|--DMA Support : All files in this folder can be used ONLY ON MSP430 devices that have the USCI module AND DMA support.
    |------main.c : Application level C file that interfaces with slave MSP430 device. (Use TI_USCI_I2C_slave.c)
    |------TI_USCI_I2C_master_dma.c : Hardware interface level C file that contains all function definitions needed for USCI             initialization and USCI I2C communication.
    |------TI_USCI_I2C_master_dma.h : Header file that contains all definitions used in application/hardware interface files.

|--Without DMA Support : All files in this folder can be used on ANY MSP430 device with the USCI module
    |------main.c : Application level C file that interfaces with slave MSP430 device. (Use TI_USCI_I2C_slave.c)
    |------TI_USCI_I2C_master.c : Hardware interface level C file that contains all function definitions needed for USCI initialization      and USCI I2C communication.
    |------TI_USCI_I2C_master.h : Header file that contains all definitions used in application/hardware interface files.      

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -