NRF_ERROR_SVC_HANDLER_MISSING ?

Hi there,

I want to run FATFS example but I got this error ?

========================


nfo> app: FATFS example started.
                                             

nfo> app: Initializing disk 0 (SDC)...
                                       

rror> app: ERROR 1 [NRF_ERROR_SVC_HANDLER_MISSING] at ..\..\..\main.c:135
    

 at: 0x000024C3
                                                              

rror> app: End of error report

=====

How can I rectify this ?

Thanks
    

Parents
  • Hi, 

    Are you using SDK 17.1.0? Do you use nRF52840DK or the custom board?

    Do you modify the example? If so, what is that?

    What is the function returned the error?

    -Amanda

  • Hi Amanda,

    Thanks for the reply,

    I'm using : nRF5_SDK_17.0.2_d674dde SDK,

    I don't modify the example only changing the port adapting to my custom board, it's working with DK board,

    and with custom board it's working with external module, but not working with on board microsd connnector

    it's returning error from :

     if (disk_state)
        {
                  APP_ERROR_CHECK(disk_state); // Rixtronix LAB 18 Nov 21
            NRF_LOG_INFO("Disk initialization failed.");
                  
            return;
        }

    the function is fatfs_example

    I put pull up resistors on CS,SCK and MOSI, still the same issue...

    From logic analyzer, CH0=CS, CH1=SCK, CH2=MISO CH3=MOSI, that's only init and then fail....

    Port continuity test :

    Any clues ? thanks

Reply
  • Hi Amanda,

    Thanks for the reply,

    I'm using : nRF5_SDK_17.0.2_d674dde SDK,

    I don't modify the example only changing the port adapting to my custom board, it's working with DK board,

    and with custom board it's working with external module, but not working with on board microsd connnector

    it's returning error from :

     if (disk_state)
        {
                  APP_ERROR_CHECK(disk_state); // Rixtronix LAB 18 Nov 21
            NRF_LOG_INFO("Disk initialization failed.");
                  
            return;
        }

    the function is fatfs_example

    I put pull up resistors on CS,SCK and MOSI, still the same issue...

    From logic analyzer, CH0=CS, CH1=SCK, CH2=MISO CH3=MOSI, that's only init and then fail....

    Port continuity test :

    Any clues ? thanks

Children
Related