Device reset happening and i can't able to upload the code

Hello,

In my project i am using  nrf52840 with my custom board and to upload the code through NRF_CONNECT application with soft device its uploading properly but with  segger emmbedded its giving some error like this .please have look and let me know what is the problem.

after this i have add DEBUG in preprocessor definition and i got this

thank you.

Parents
  • Hi

    Where have you connected these pins to? What are you expecting to see printed and what behavior are you seeing? You'll have to debug in order to find out where the application is stopping and what error/return code it is returning for you.

    Best regards,

    Simon

  • Where have you connected these pins to?

    Transmitting a data from the sensor to device so i have connected the TX pin of sensor to RX pin of MCU and then i am trying to print those data's in uart_handler() like i am receiving in data_array variable and trying to print it but there is no advertisement and i have added DEBUG in processor definition and then  i am trying to debug it but there is nothing in debug terminal . please so how can i troubleshoot it can i send my whole code if you have a look once it will be easy to troubleshoot.

    thank you.

Reply
  • Where have you connected these pins to?

    Transmitting a data from the sensor to device so i have connected the TX pin of sensor to RX pin of MCU and then i am trying to print those data's in uart_handler() like i am receiving in data_array variable and trying to print it but there is no advertisement and i have added DEBUG in processor definition and then  i am trying to debug it but there is nothing in debug terminal . please so how can i troubleshoot it can i send my whole code if you have a look once it will be easy to troubleshoot.

    thank you.

Children
No Data
Related