I have 2 identical nrf52832 development boards with PCA10040 V1.1.0. One is running the ble_ant_app_hrm example from the nRF5_SDK_11.0.0_89a8197. This example appears to run fine. I am trying to get the hrm_tx_buttons example to run in one of the boards as an HRM simulator. I notice that there is no project or setup folder for the PCA10040. There is only one for the PCA10036. When I try to run this project in my PCA10040 board, I see the following problem:
Using the Keil uVision debugger, I can see that the call to sd_softdevice_enable returns err_code = 64
uint32_t err_code = sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_XTAL_50_PPM, softdevice_assert_callback);
Can someone help me solve this problem? Does someone have a PCA10040 project for this example? As far as I can tell, I have the softdevices for each example programmed correctly with the nRFgo studio.