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 host_programming问题



我看了下host_programming的例程和文档,想用MCU烧写serial flash中的固件,目前有两个问题

1. 在host_programming例程的261行 retVal = sl_FsOpen("/sys/servicepack.ucf", 要打开servicepack.ucf ,但是我在SDK中没有找到这个,只有servicepack_1.0.1.11-2.10.0.0.bin这个bin文件,是不是需要替换成这个。

2. 在例程的276行中没有servicePackImage,300行没有servicePackImageSig这两个定义,导致编译出错,请问这个怎么解决。

谢谢!