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

Response for 'Start DFU' received - Status: Data Size Exceeds Limit

Hi, Guys,

I am integrating the proximity app with dfu, everything else goes well. However, when I try to update bootloader through dfu, it failed. I check the MCP log, found that the issue is when MCP initial the update by sending a "Start DFU" to slave, it got response said "Data Size Exceeds Limit". What does that mean? Does it means the new bootloader is bigger than the old one? But the old bootloader is exactly the same as new one. It's all goes fine when I update application and softdevice. Thanks.

I am using nrf51 dk board pca10028, with nrf51422 on it. softdevice version is s130 2.0.0. SDK is v11.0.0. dev environment is gcc_arm + eclipse. I am using MCP as a dfu master.

Related