This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

msp430f149有 官方库函数吗

Other Parts Discussed in Thread: MSP430F149, TLV5616

如题 msp430f149 有没有官方的的硬件操作库函数?

类似操作硬件spi的库函数 

谢谢各位

  • msp430f149没有驱动库函数。

    只有下面的msp430才有官网出的库:

    • MSP430F5xx_6xx
    • MSP430FR57xx
    • MSP430FR5xx_6xx
    • MSP430FR2xx_4xx
    • MSP430i2xx

  • 1系列是没有的,具体可以看一下MSPWARE的安装文件夹

    C:\ti\msp\MSP430Ware_3_80_07_00\driverlib\driverlib

    如楼上所示

    我们提供了一些SPI例程,您可以参考一下

    C:\ti\msp\MSP430Ware_3_80_07_00\examples\devices\MSP430F1xx\MSP430x13x_MSP430F14x_MSP430F15x_MSP430F16x_Code_Examples\C

    fet140_spi0_03.c USART0, SPI Interface to HC165/164 Shift Registers
    fet140_spi0_04.c USART0, SPI Interface to TLV5616 DAC
    fet140_spi0_05.c USART0, SPI 3-Wire Master
    fet140_spi0_06.c USART0, SPI 3-Wire Slave
    fet140_spi0_07.c USART0, SPI Full-Duplex 3-Wire Master P1.x Exchange
    fet140_spi0_08.c USART0, SPI Full-Duplex 3-Wire Slave P1.x Exchange
    fet140_spi1_03.c USART1, SPI Interface to TLV5616 DAC
    fet140_spi1_04.c USART1, SPI Full-Duplex 3-Wire Master P1.x Exchange