微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 无线和射频 > TI WIFI设计交流 > CC3200 SDK SPI问题

CC3200 SDK SPI问题

时间:10-02 整理:3721RD 点击:

请问 CC3200 SPI 有几组SPI可以使用? GSPI 是 CC3200内部 wifi mcu 使用的SPI吗?谢谢。

我的理解是

      CC3200 共有两组SPI。

       nor FLASH使用一组SPI

       CC3200 内部的WIFI MCU 使用一组SPI  

      不知道是否正确?

可以这么理解。根据手册:

SSPI Used for external serial flash;

GSPI Used by application processor

注意CC3200有三个SPI接口:

(1)SSPI-片外SPI_Flash

(2)GSPI-通用SPI

(3)LSPI-连接片内NWP接口

 driverlib\spi.c    ---> GSPI

 middleware\driver\spi_drv.c

 simplelink\cc_pal.c

 simplelink\cc_pal_pm.c

NOTE:

The driverlib/spi.c files are the core APIs that are used to communicate using the SPI interface.

All other implementations (in simplelink and middleware) are higher level APIs that would inturn invoke the driverlib APIs. You could use any of them as reference/invoke them for your development.

Further, only the GSPI can be used by the application.

The other 2 SPI modules cannot be used by the application and has the following role:

FlashSPI is used to communicate with the SFLASH.

LSPI is used for communication by the application processor with the network processor.

SSPI 是给外部的SPI Flash 的驱动

GSPI Used by application processor

谢谢,理解了。

你好,请问GSPI 传输的最大速率(在稳定的情况下)是多少?

具体的最大传输速度要根据具体的板卡及信号线的长度进行实际的测试

具体的最大传输速度要根据具体的板卡及信号线的长度进行实际的测试,看具体板卡的实测数据

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top