Programming External Device wilth Peripheral UART (nRF Connect SDK)

I am programming an external device with the same code loaded onto the nRF5 DK. The sample works on the DK, It broadcasts and I can connect. However, when I program an external device, the programming (via jtag P20) seemingly is successful, however, the device does not appear to broadcast. Am I missing something here? Can you think of any reason this might not be working as expected? (FYI, the external nRF52832 device is the onboard BL652). 

Thanks. 

Parents Reply
  • Laird provide a jtag programming application note for use with the DVK. However it uses nrf5 SDK, and shows a change required to the s132 soft device. This is similar to what you previously stated. However, I cannot find the options to modify the connect SDK, I'm looking in Kconfig, I assume this is correct? The settings are as follows:

    nrf_clock_lf_cfg_t const clock_lf_cfg = 
    {
        .source         =   0;
        .rc_ctiv        =   16,
        .rc_temp_ctiv   =   2,
        .accuracy       = NRF_SDH_CLOCK_LF_XTAL_ACCUARCY
    }

    I have been assuming these settings to be correct, but would like to check. 

Children
Related