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

Working / sample programs crashing on Custom Board?

Hi, I have made my custom board using nrf51422 sample chips (Which came nrf 51422DK ), but my working / sample program which works on DK gets crashed on custom Board.

Blinking works fine, but uart and other soft device programs crashes.

Marking on my chip is: NRF51422 QFAC A1 1503AD

Parents
  • This is what i get when i try to print app_uart_Evt.data.error_communication (12)

    #1  0x0000030e in uart_error_handle (p_event=0x20007f70) at /home/qwe/Downloads/ClubTag/nRF_SDK_9.0/examples/peripheral/uart/main.c:42
    (gdb) p p_event->
    data      evt_type
    (gdb) p p_event->
    data      evt_type
    (gdb) p p_event->data.
    error_code           error_communication  value
    (gdb) p p_event->data.error_communication 
    $1 = 12
    (gdb) up
    #2  0x00000aea in UART0_IRQHandler () at /home/qwe/Downloads/ClubTag/nRF_SDK_9.0/components/drivers_nrf/uart/app_uart_fifo.c:327
    (gdb) up
    #3  <signal handler called>
    (gdb)
    
Reply
  • This is what i get when i try to print app_uart_Evt.data.error_communication (12)

    #1  0x0000030e in uart_error_handle (p_event=0x20007f70) at /home/qwe/Downloads/ClubTag/nRF_SDK_9.0/examples/peripheral/uart/main.c:42
    (gdb) p p_event->
    data      evt_type
    (gdb) p p_event->
    data      evt_type
    (gdb) p p_event->data.
    error_code           error_communication  value
    (gdb) p p_event->data.error_communication 
    $1 = 12
    (gdb) up
    #2  0x00000aea in UART0_IRQHandler () at /home/qwe/Downloads/ClubTag/nRF_SDK_9.0/components/drivers_nrf/uart/app_uart_fifo.c:327
    (gdb) up
    #3  <signal handler called>
    (gdb)
    
Children
No Data
Related