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.

TIMAC可以用什么bootloader程序引导?

Other Parts Discussed in Thread: TIMAC, CC2530, Z-STACK

我用TIMAC协议栈写了一个程序,想通过引导程序的方式烧录到CC2530中运行,请问有什么bootloader程序可以用吗?或者什么bootloader程序可以用来参考吗?

  • 你可以参考Z-Stack下面的bootloader实现方式,机制是一样的。

    去下载Z-Stack Mesh 1.0.0

  • 谢谢! 还想请教下,boot程序通常都需要进行哪些操作? 除了将文件写入Flash,设定跳转地址,去执行该地址的代码外,还需要什么操作吗? 烧写进去的目标代码执行时还受boot的控制吗?烧写进去的目标程序对硬件相关的初始化操作需要在boot中完成吗?