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

searching nrf_section_iter.h and more when I click "F5" key for debugging.

Dear,

When I click the "F5" key for debugging after complete compile, it requests some files as below.

Could you let me know why it requests and how to fix it?

  • For your reference, My example files are located at "D:\Nordic\nRF5_SDK_17.0.0_9d13099\examples\peripheral\blinky_systick"

  • Hi, 

    I am working on your case and will reply later. 

    The support staff is reduced during the summer holidays, and you may experience delayed answers.

    -Amanda H.

  • Hi, 

    flash said:
    My example files are located at "D:\Nordic\nRF5_SDK_17.0.0_9d13099\examples\peripheral\blinky_systick"

    You need to Include header files as blinky_systick project:

    ../../../config
    ../../../../../../components/boards
    ../../../../../../components/drivers_nrf/nrf_soc_nosd
    ../../../../../../components/libraries/atomic
    ../../../../../../components/libraries/balloc
    ../../../../../../components/libraries/experimental_section_vars
    ../../../../../../components/libraries/log
    ../../../../../../components/libraries/log/src
    ../../../../../../components/libraries/memobj
    ../../../../../../components/libraries/ringbuf
    ../../../../../../components/libraries/strerror
    ../../../../../../components/libraries/util
    ../../../../../../components/toolchain/cmsis/include
    ../../..
    ../../../../../../external/fprintf
    ../../../../../../integration/nrfx
    ../../../../../../integration/nrfx/legacy
    ../../../../../../modules/nrfx
    ../../../../../../modules/nrfx/drivers/include
    ../../../../../../modules/nrfx/hal
    ../../../../../../modules/nrfx/mdk
    ../config
     

    -Amanda H.

Related