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

S132 Soft Device Error 0x579?

I keep getting this error code and while debugging I'm able to resume execution. This error seems to be thrown during my DMA transfers over SPI. Is there somewhere I can look for the error code? The SD base error codes end at 0x400.

Parents
  • I have DEBUG and DEBUG_NRF defined in CFLAGS.

    Here's what I get in app_error_fault_handler(..):

    id: 1 pc: 69968 info: 0 line_num: 1024 p_file_name: 0x8e5 "K\030G\006J\020`\001h\201ó\b\210@h err_code: 0x579

    Stack trace: Thread #1 57005 (Suspended : Breakpoint) app_error_fault_handler() at main.c:234 0x395c8 softdevice_fault_handler() at softdevice_handler.c:90 0x2eb4a () at 0xfffffff1 0x11152 0x1114a

Reply
  • I have DEBUG and DEBUG_NRF defined in CFLAGS.

    Here's what I get in app_error_fault_handler(..):

    id: 1 pc: 69968 info: 0 line_num: 1024 p_file_name: 0x8e5 "K\030G\006J\020`\001h\201ó\b\210@h err_code: 0x579

    Stack trace: Thread #1 57005 (Suspended : Breakpoint) app_error_fault_handler() at main.c:234 0x395c8 softdevice_fault_handler() at softdevice_handler.c:90 0x2eb4a () at 0xfffffff1 0x11152 0x1114a

Children
No Data
Related