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 Reply Children
  • Hello Simonr,

    Yes, you will indeed have to declare different pins for the two UARTs you're using if you want to use them both simultaneously.

    Ohh ok got it.

    As to what you want to do with the two UARTs is entirely up to you, and I can't tell you what to do as I don't know what you want to use the UARTs as.

    Actually i want to receive the data from the two UART and send those data to APP over BLE so for this till what i have done is enough or i need do something and what is it .

    thank you.

Related