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

S130 DFU doesn't seem compatible with s110

I have impleted s110 DFU in my products,there is not any proble.But when I transplant it to the S130,it can't work.I checked the code,I found S130's DFU is different with the S110,changed too much. there is not difficult to understand S110' DFU code,but S130 isn't.In S130,I can't find the advertising,the server_init()...I don't know how to transplant it to the S130 .Could the NRF_Tool debug the S130's DFU?

I debug the project "dfu_dual_bank_S130 " base on SDK_V9.0.0,and the device is NRF51822QFFAC.How to config the MDK V.72? When I download the code to the flash,the program stop at

   err_code = app_timer_create(&m_dfu_timer_id,
                                APP_TIMER_MODE_SINGLE_SHOT,
                                dfu_timeout_handler);
    APP_ERROR_CHECK(err_code);

The program goes systerm reset,event the function return of err_code is 0x00000000.The reset point sometime is allocated at other function.I think the problem maybe caused by setting of the KEIL IDE .So how to correctly set the ROM and RAM,or orther option?

Parents Reply Children
No Data
Related