fds_record_find function causes crash

hi,

  I'm working on passthrough firmware(nRF5_SDK_17.1.0_ddde560),I need to increase the priority of the serial port,see following code,When APP_UART_FIFO_INIT priority set to APP_IRQ_PRIORITY_HIGHEST,the fds_record_update it causes a crash, and it doesn't have any logs output,Debug locate to nrf_fstorage.c at line 169(return (p_fs->p_api)->write(p_fs, dest, p_src, len, p_context);)。then APP_UART_FIFO_INIT set APP_IRQ_PRIORITY_LOWEST/APP_IRQ_PRIORITY_THREAD working properly.

Parents Reply Children
No Data
Related