刚刚入手CC3100,手头上用的是AVR的mega128,在看了
processors.wiki.ti.com/.../CC31xx_Host_Interface
1、请问有没有相关例程参考?
2、手头上的CC3100MODboost内置例程为OOB,需不需要重新烧?
3、为何CC3000上能够运行的 Smart Home 连接到同一wifi后不能够检测到CC3100芯片的连接?
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.
刚刚入手CC3100,手头上用的是AVR的mega128,在看了
processors.wiki.ti.com/.../CC31xx_Host_Interface
1、请问有没有相关例程参考?
2、手头上的CC3100MODboost内置例程为OOB,需不需要重新烧?
3、为何CC3000上能够运行的 Smart Home 连接到同一wifi后不能够检测到CC3100芯片的连接?
1. mega128没有参考例程,不过你可以安装CC3100 SDK,然后参考C:\ti\CC3100SDK_1.1.0\cc3100-sdk\platform, 那里会有CC3100的参考平台。正常来说你的移植只需要修改user.h就好,再把相应的SPI或UART驱动弄好。
2. 需要烧录最新的service pack, 请参考SDK里面的getting_started的文档
3. 这是应用层协议需要做的,芯片没有做。