This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ble_app_beacon code on nrf51822

I've nrf51dk development board. It has nrf51422QFACA10 chip and has 32kB ram and 256kB flash. I downloaded sdk V11 and programmed ble_app_beacon_s130_pca10028. It worked fine.

For production, I'd like to use nrf51822CFACA00 chip because I don't need ANT support. It has same 32kB ram and 256kB flash. When I loaded the same s130 soft devices and application hex file from ble_app_beacon_s130_pca10028 code, it doesn't work. Am I doing something wrong. I think memory mapping is incorrect. If so, can you please help. thanks,

Parents
  • I've modified pca10028.h file to the following and the device keep on resetting

    #ifdef S210 #define NRF_CLOCK_LFCLKSRC NRF_CLOCK_LF_SRC_RC #else #define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC,
    .rc_ctiv = 16,
    .rc_temp_ctiv = 2,
    }

Reply
  • I've modified pca10028.h file to the following and the device keep on resetting

    #ifdef S210 #define NRF_CLOCK_LFCLKSRC NRF_CLOCK_LF_SRC_RC #else #define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC,
    .rc_ctiv = 16,
    .rc_temp_ctiv = 2,
    }

Children
No Data
Related