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

OTA success but it didn't work

hi:

this is my code MOVE_SDK_100524(封装lib).rar.

project location:MOVE_SDK_100524(封装lib)\MOVE_SDK_10\nRF51_SDK_10.0.0_dc26b5e\examples\ble_peripheral\ble_app_uart\pca10028\s110\arm4

bootloader use:\nRF51_SDK_10.0.0_dc26b5e\examples\dfu\bootloader\pca10028\dual_bank_ble_s110\arm4

OTA success but it didn't work.

I Comment Selection all timeout_handleris success,like this:

  static void ahrs_rate_meas_timeout_handler(void * p_context)
 {
    UNUSED_PARAMETER(p_context);
        // Comment Selection all code 
 }
 static void LED_timeout_handler(void * p_context)
{
 UNUSED_PARAMETER(p_context);
        // Comment Selection all code 
 }
 static void p_pickup_timeout_handler(void * p_context)
{
 UNUSED_PARAMETER(p_context);
        // Comment Selection all code 
 }
static void wp_timeout_handler(void * p_context)
{
 UNUSED_PARAMETER(p_context);
        // Comment Selection all code 
 }
static void battery_timeout_handler(void * p_context)
{
 UNUSED_PARAMETER(p_context);
        // Comment Selection all code 
 }
Related