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

Programming Issue

Hey Guys,

       

Transferring emulated project

Transferring an emulated project to the nRF52810 SoC,

If you have developed your application using the emulated project as a starting point, there is only one step you need to perform before you can run it natively on nRF52810: In your IDE, remove the DEVELOP_IN_NRF52832 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES defines from the compile flags.

Where can I find   DEVELOP_IN_NRF52832 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES flags in Segger studio IDE?

Parents
  • Hello,

    Where can I find   DEVELOP_IN_NRF52832 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES flags in Segger studio IDE?

    You can find these in the preprocessor definitions.
    Right click on the project, select options, common configuration, preprocessor defines - and there you will find it. I have also included am image to show its location, please see the attached image.

      

    Best regards,
    Karl

Reply
  • Hello,

    Where can I find   DEVELOP_IN_NRF52832 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES flags in Segger studio IDE?

    You can find these in the preprocessor definitions.
    Right click on the project, select options, common configuration, preprocessor defines - and there you will find it. I have also included am image to show its location, please see the attached image.

      

    Best regards,
    Karl

Children
No Data
Related