cc3000 cc3100移植
时间:10-02
整理:3721RD
点击:
工程师您好,这两个模块移植到其他单片机时哪个会简单点?不考虑功耗什么的,只看简便性,能不能简单介绍一下为什么会简单点
CC3100会更简单,只需要修改user.h就可以了。
您好,这块板子现在可以买了吗?可以的话在哪买呢
可以了,购买地址: http://www.ti.com.cn/tool/cn/cc3100boost
请问如何修改?单片机引脚不同可以吗
可以的,您可以参考 http://www.ti.com.cn/cn/lit/an/swra470/swra470.pdf 第2.2节
The “user.h” file needs to be included within an application project. This file is the only file managing all platform and OS dependent items, therefore, it is the key file for doing driver porting to different MCU and OSs.
谢谢,那我是否需要编写spi通信的程序呢