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

Chip not detected after programming with openocd

Hi all,

I have programmed my chip nrf51822 successfully using stlink and the openocd. I have burned the same hex file which is there in the example that is the ble_app_uart. But my chip is not recognized in the NRF Toolbox UART. But the same program works well in the NRF 51 DK which is loaded using NRF Go Studio. Please hwlp

Parents
  • For custom boards , kindly please read the datasheet because for some boards custom_boards.h library file need to be included in the IDE and the preprossor defined symbols must be changed from

    BLE_STACK_SUPPORT_REQD BOARD_PCA10028 S110 NRF_LOG_USES_UART=1NRF51SOFTDEVICE_PRESENT SWI_DISABLE0

    to

    BLE_STACK_SUPPORT_REQD BOARD_CUSTOM S110 NRF_LOG_USES_UART=1NRF51SOFTDEVICE_PRESENT SWI_DISABLE0

    this worked for me

Reply
  • For custom boards , kindly please read the datasheet because for some boards custom_boards.h library file need to be included in the IDE and the preprossor defined symbols must be changed from

    BLE_STACK_SUPPORT_REQD BOARD_PCA10028 S110 NRF_LOG_USES_UART=1NRF51SOFTDEVICE_PRESENT SWI_DISABLE0

    to

    BLE_STACK_SUPPORT_REQD BOARD_CUSTOM S110 NRF_LOG_USES_UART=1NRF51SOFTDEVICE_PRESENT SWI_DISABLE0

    this worked for me

Children
Related