TI员工你好:
我研究3100datasheet时遇到了问题,在3100的software overview中,simplelink driver 应该怎么理解?具体是做什么的?在sdk的example中有没有code?如果我们用其它的MCU应该怎么加入这个simplelink driver?求解答
谢谢
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.
TI员工你好:
我研究3100datasheet时遇到了问题,在3100的software overview中,simplelink driver 应该怎么理解?具体是做什么的?在sdk的example中有没有code?如果我们用其它的MCU应该怎么加入这个simplelink driver?求解答
谢谢
Damon,
您好!
simplelink driver就是为了方便客户的使用,我们把底层wifi的driver放到了我们内部的rom里面,您只需要调用api函数就能实现simplelink wifi的所有功能,不需要自己去研究wifi的driver。如下所示:
http://software-dl.ti.com/ecs/cc31xx/APIs/public/cc32xx_simplelink/latest/html/index.html
SDK有基于MSP430的demo codes。您不需要加入simplelink driver,只需要调用api函数就可以了,具体参见SDK里面的example里的project。谢谢!