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

eclipse missing symbols

i have a minor issue with my eclipse setup.

in the BLE_Peripheral_HTS example eclipse can't find the NRF_CLOCK_LFCLKSRC reference. codeline 604 in the main.c

Im using the S132 on a nrf52-dk.

Can someone help getting it fixed? Or tell me where all NRF_CLOCK_LFCLKSRC related defines are.

Parents
  • Under the examples/bsp:

    $ find ./ -name "*.h" -exec grep NRF_CLOCK_LFCLKSRC {} \; -print
    #define NRF_CLOCK_LFCLKSRC      NRF_CLOCK_LFCLKSRC_XTAL_50_PPM
    #define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_XTAL,            \
    .//examples/bsp/n5_starterkit.h
    #define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_XTAL,            \
    .//examples/bsp/nrf6310.h
    #define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_XTAL,            \
    .//examples/bsp/pca10000.h
    #define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_XTAL,            \
    .//examples/bsp/pca10001.h
    #define NRF_CLOCK_LFCLKSRC      NRF_CLOCK_LFCLKSRC_XTAL_20_PPM
    #define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_XTAL,            \
    .//examples/bsp/pca10003.h
    #define NRF_CLOCK_LFCLKSRC      NRF_CLOCK_LFCLKSRC_XTAL_20_PPM
    #define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_XTAL,            \
    .//examples/bsp/pca10028.h
    #define NRF_CLOCK_LFCLKSRC      NRF_CLOCK_LFCLKSRC_XTAL_20_PPM
    #define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_XTAL,            \
    .//examples/bsp/pca10031.h
    #define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_XTAL,            \
    .//examples/bsp/pca10036.h
    #define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_XTAL,            \
    .//examples/bsp/pca10040.h
    #define NRF_CLOCK_LFCLKSRC      NRF_CLOCK_LFCLKSRC_XTAL_20_PPM
    #define NRF_CLOCK_LFCLKSRC      {.source = NRF_CLOCK_LF_SRC_XTAL, .rc_ctiv = 0, .rc_temp_ctiv = 0, .xtal_accuracy=NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}
    .//examples/bsp/pca20006.h
    
  • Yes i did, but its too outdates and the examples don't have the .project files anymore

Reply Children
No Data
Related