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 boot loader 更新程序,程序大小已经超过64K 如何往指定BANK 里写程序

Other Parts Discussed in Thread: CC2530

我用 CC2530 做项目,现在需要在线更新, bootloader  在 0 ---0x2000 程序空间,应用程序已经超过64K ,在程序更新时,需要用bootloader 程序把待更新的程序写在 bank0 bank1,bank2 中,

如 bank2 对应的物理空间是 0X28000---0X2FFFF

我直接写往 0X28000 里写,没有实现, 

用   FMAP = 0x02;  切换 bank 后,往 8000里写还是没有实现。

请问如何实现。 谢谢