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

    From the log you provided it seems like maybe there isn't enough RAM configured for your application, please check out this guide on how to adjust RAM and Flash memory for your application.

    Best regards,

    Simon

  • Hello,

    Actually i have copy the whole code and paste it to another app_ble_uart example and its build properly but its not working as expected so in my project i am using nrf52840 with 17.0.2 SDK , when device power up the device connected with customized APP and it should send the command over BLE at the same time the MCU is receiving the sensor data from the sensor board via RS232 or MAX232 so when MCU is receives the data froom the sensor board the device is disconnected from the APP or if data not received from  the sensor board ble connected fine and based on the commands it takes an action . so why its disconnected from the device when data received from the MAX232.??

    thank you.

Reply
  • Hello,

    Actually i have copy the whole code and paste it to another app_ble_uart example and its build properly but its not working as expected so in my project i am using nrf52840 with 17.0.2 SDK , when device power up the device connected with customized APP and it should send the command over BLE at the same time the MCU is receiving the sensor data from the sensor board via RS232 or MAX232 so when MCU is receives the data froom the sensor board the device is disconnected from the APP or if data not received from  the sensor board ble connected fine and based on the commands it takes an action . so why its disconnected from the device when data received from the MAX232.??

    thank you.

Children
No Data
Related