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

fatal error sdk_config.h file not found

Hi, I followed the tutorial to Debug with Real Time Terminal on Keil.

fatal error: file sdk_config.h not found.

I have followed the tutorial as precisely as I can, maybe I'm doing something wrong. Please help.

Thanks in advance, Emine

Parents
  • As the tutorial states:

        In SDK 12.0.0 or later, logging/debugging over RTT is built in to the logger module NRF_LOG. To enable  
    logging over RTT, "check" the NRF_LOG_BACKEND_SERIAL_USES_RTT option in sdk_config.h in the  
    configuration wizard.
    

    Did you check that you can find your sdk_config.h file in your SDK folder? It should be located at: <SDK_InstallFolder>\examples\peripheral\blinky\pca10040\s132\config
    Also make sure that the correct path to the file is added in your project.

Reply
  • As the tutorial states:

        In SDK 12.0.0 or later, logging/debugging over RTT is built in to the logger module NRF_LOG. To enable  
    logging over RTT, "check" the NRF_LOG_BACKEND_SERIAL_USES_RTT option in sdk_config.h in the  
    configuration wizard.
    

    Did you check that you can find your sdk_config.h file in your SDK folder? It should be located at: <SDK_InstallFolder>\examples\peripheral\blinky\pca10040\s132\config
    Also make sure that the correct path to the file is added in your project.

Children
No Data
Related