error of overlap segger embedded studio

error repported segger

lm
Onlinelm
47 pts.

 Hello, i'm trying to flash a code in my module nrf52805 thx to my Dk nrf52840. i have this error I followed the instructions here: https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/developing-for-the-nrf52805-with-nrf5-sdk  

FLASH_PH_START=0x0

FLASH_PH_SIZE=0x30000

RAM_PH_START=0x20000000

RAM_PH_SIZE=0x6000

FLASH_START=0x15000

FLASH_SIZE=0x15000

RAM_START=0x20000000

RAM_SIZE=0x6000

 i followed the instructions with https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/developing-for-the-nrf52805-with-nrf5-sdk  

and i'm trying the example ble-peripheral_uart using segger embedded studio 3125.s113.zip

How can I solve this?

Thank you in advance

Parents Reply
  • Hi,

    If you have successfully programmed the application on your device, all you need to do is to start PuTTY and connect to the COM port of the device with the following settings:

    • Baud rate: 115.200
    • 8 data bits
    • 1 stop bit
    • No parity
    • HW flow control: None

    To see how to test the UART/Serial Port Emulation over BLE example, see the Testing part of the documentation for the example.

    Best regards,

    Marte

Children
Related