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+自己的MCU方式的一些问题

Other Parts Discussed in Thread: CC3100, CC31XXEMUBOOST, CC3100BOOST, MSP430F5529, CC3100SDK

刚接触cc3100,很多问题不太懂,想请教一下。

我现在是用cc3100boost+cc31xxEMuBoost来入下门,请问

1、vs是模拟自己的mcu么?

2、怎么讲vs的程序移植到自己的mcu上呢?vs demo工程里有好多文件,比如device.h之类的,是要将这些文件都手动加到自己的mcu的工程吗?

3、为什么程序里一些函数并没有具体定义,是需要自己编写吗?比如device.c的sl_start()函数里的sl_DeviceEnablePreamble();只有一个#define sl_DeviceEnablePreamble()。函数具体内容都没有。

谢谢了