Does anyone know how to bootload over the bluetooth RF channel and then swap 128K blocks of memory in the F256 version?
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.
Hi Igor,
Thanks for the response.
My MAP file indicates 126K with medium optimization and I'm almost complete my coding.
The assumption is the BLE stack + App would fit in 128K.
I know this a long shot but my client insists on a Bluetooth Bootloader.
Larry
The bootloader itself is of 2KByte size
What i'm trying to say, is maybe you need an external memory for this.
Moreover, in BLE stack->documentation you can find a document regarding bootloader.
I do know how it is accomplished in Z-stack, but with BLE it is something else (though
the bootloader is the same, since CC2530/1 is not so differnet from CC2540/1).