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.

裸机实现CC2530 OTA升级

Other Parts Discussed in Thread: CC2530, Z-STACK

不使用Z-stack协议栈,自己写裸机程序能实现CC2530的代码更新吗?可使用OAD还是OTA实现?应该怎样操作,有相关例程吗?

  • 建议你参考Z-Stack的OTA的原理和实现方法。

    然后移植到你的程序里面去,比方说bootloader怎么加,OTA server发送数据,你的client能够接收,并且能够写Flash,

    最后能够搬运Flash的内容,跳转。