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

Bootloader DFU Example | Crash

I am trying to run the example secure_bootloader\pca10040_ble_debug. The application does crash during a debug print with following stack trace:

#0  app_error_fault_handler (id=id@entry=16386, pc=pc@entry=0, info=info@entry=536936296) at ../../main.c:88
#1  0x00073300 in assert_nrf_callback (line_num=line_num@entry=382, file_name=file_name@entry=0x7a26b "../../../../../components/libraries/log/src/nrf_log_frontend.c") at ../../../../../components/libraries/util/nrf_assert.c:51
#2  0x00072848 in log_skip () at ../../../../../components/libraries/log/src/nrf_log_frontend.c:382
#3  buf_prealloc (content_len=content_len@entry=0, p_wr_idx=p_wr_idx@entry=0x2000ffc4, std=std@entry=true) at ../../../../../components/libraries/log/src/nrf_log_frontend.c:458
#4  0x00072bc0 in std_n (severity_mid=3, p_str=0x7acf6 "Insidemain", args=0x0, nargs=0) at ../../../../../components/libraries/log/src/nrf_log_frontend.c:544
#5  0x00074b3c in main () at ../../main.c:129

Any idea what could be the problem here?

Best regards,

Nico

Parents Reply Children
Related