This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to store the Zigbee stack library with the bootloader (while still having access to it from the application) in order to decrease the application size for the dual-bank DFU purpose?

While working on the multiprotocol Zigbee+BLE application with dual-bank OTA DFU, we almost reached the size limit for the application. However, there are some functions still need to be added.

As the Zigbee stack library is far from the smallest part of the current application, the question arises, could it be stored one time (for example, with the bootloader, or somewhat like the softdevice storing) instead of storing it with the application, which requires the double-size flash due the dual-bank DFU?

If it is possible, some guidance on realization would be very helpful.

Parents Reply Children
No Data
Related