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

Need information for setting up nRF52840 on Eclipse IDE & GCC compiler

Hi ,

Need information for setting up nRF52840 on Eclipse IDE  & GCC compiler . Need if any stepwise process guide available for setting up environment &  debugging process .Could not find documentation regarding same.

Parents Reply Children
  • Dear Vidar,

    The company making the sensor SDK provides steps to integrate their sensor SDK only within Eclipse and not with SES. They say they don't support SES.

    We understand where you are coming from but we are only sharing what we have learnt from them.

    Neel.

  • There are different ways to set up an Eclipse project so I'm not sure the integrations steps provided by the vendor would necessarily have applied anyway. The now removed tutorial linked to in the other post explained how to build projects from Eclipse using the existing SDK Makefiles, which means that any changes to the build process, like linking of additional libraries, had to be done by editing the Makefile and not through some project settings within Eclipse.

    Did you make any attempts to add the library to SES? It should generally be straight forward to do. There are several examples of this in the SDK. ble_app_hrs is for instance including this pre-compiled crypto library:

    Best regards,

    Vidar

Related