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

Can't find suitable tools to make a project with nRF51822

I have to develop a project for nRF51822 but I can't find tools that work. I tried SES and Eclipse and none can compile the examples of SDK12 (the last one that supports my development board - nRF51 DK. It's frustrating.

I develop FW for microcontrollers since more than 20 years so it is not lack of experience...

I need someone to help setup the suitable development tools... please!

Parents Reply
  • There is only one problem now: the example project doesn't compile:

    (...)
    Generating linker script ‘ble_app_template_pca10028_s130.ld’
    Linking ble_app_template_pca10028_s130.elf
    Output/nrf51422_xxac/Exe/ble_app_template_pca10028_s130.elf section `.fs_data' will not fit in region `UNPLACED_SECTIONS'
    region `UNPLACED_SECTIONS' overflowed by 16 bytes
    Output/ble_app_template_pca10028_s130 nrf51422_xxac/Obj/fstorage.o: In function `check_config':
    undefined reference to `__start_fs_data'
    undefined reference to `__stop_fs_data'
    Output/ble_app_template_pca10028_s130 nrf51422_xxac/Obj/fstorage.o: In function `fs_init':
    undefined reference to `__stop_fs_data'
    undefined reference to `__start_fs_data'
    Build failed

Children
Related