Hi everybody
Is it possible to use secure dfu (SD130v2, SDKv12.2) with 16k RAM dervices (concrete nRF51822 256k flash, 16k ram)? When I try to shrink ram in dfu project provided in sdk, linker complaining about insufficient RAM.
Regards, Krunoslav
Hi everybody
Is it possible to use secure dfu (SD130v2, SDKv12.2) with 16k RAM dervices (concrete nRF51822 256k flash, 16k ram)? When I try to shrink ram in dfu project provided in sdk, linker complaining about insufficient RAM.
Regards, Krunoslav
Hi,
I'm afraid nRF51822 is a little tight on RAM usage. Since the softdevice alone will consume some RAM. The left is not enough for doing a secure DFU. You need to do a lot of modifications in the SDK and actually I'm not sure whether it's a good idea.
I suggest you either turn to nRF52832 or other RAM friendly DFU
Hi,
I'm afraid nRF51822 is a little tight on RAM usage. Since the softdevice alone will consume some RAM. The left is not enough for doing a secure DFU. You need to do a lot of modifications in the SDK and actually I'm not sure whether it's a good idea.
I suggest you either turn to nRF52832 or other RAM friendly DFU