Hello,
Lately we've had some problems with DFU using the NRF connect app.
The device we are using is a nrf52832 running Zephyr 2.6 with MCUBoot 1.8
When we set the following parameters, DFU works fine. The speeds are around 2.6kb/s
Hello,
Lately we've had some problems with DFU using the NRF connect app.
The device we are using is a nrf52832 running Zephyr 2.6 with MCUBoot 1.8
When we set the following parameters, DFU works fine. The speeds are around 2.6kb/s
Hi Amanda,
Thanks for the reply, good to hear that you are looking into it.
Regards,
Jeroen
Hi,
Sorry for the delay. The team suggest to set CONFIG_MCUMGR_BUF_SIZE=656; The original MTU is 252 the mcumgr buffer that works with it is 384; we guess that with the 521 MTU, what you would need is 384 - 252 + 521 = 656 (rounded up to nearest multiple of 4).
Please let me know it can help or not. Thanks.
-Amanda
Hi,
This fixed it indeed, i can now reach speeds up to 4.5kB/s.
Thanks!