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

SDK13 can not find sdk_config.h

Hi,

I am trying to add saadc sample code to ble_blinky sample code. But I faced a problem. It seems that the sdk_config.h file is not recognized by the sample code. and I got this errors:

"TIMER_DEFAULT_CONFIG_FREQUENCY" is undefined "TIMER_DEFAULT_CONFIG_MODE" is undefined "TIMER_DEFAULT_CONFIG_BIT_WIDTH" is undefined "TIMER_DEFAULT_CONFIG_IRQ_PRIORITY" is undefined

I am using SDK13 sample codes, on nRF52840-PDK.

Could you please let me know about possible ways to solve the problem?

Thank you, Leila

Parents
  • Yes, Thank you. That was the problem. Now I got another problem with Linking:

    Error[Li005]: no definition for "nrf_drv_power_init" [referenced from C:\Users\admin\Desktop\Essentim\Nordic\Downloads\SDK\SamplenRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\experimental_ble_app_blinky\pca10056\s140\iar\_build\main.o] 
    

    Could you please let me know how it could be solved?

Reply
  • Yes, Thank you. That was the problem. Now I got another problem with Linking:

    Error[Li005]: no definition for "nrf_drv_power_init" [referenced from C:\Users\admin\Desktop\Essentim\Nordic\Downloads\SDK\SamplenRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\experimental_ble_app_blinky\pca10056\s140\iar\_build\main.o] 
    

    Could you please let me know how it could be solved?

Children
No Data
Related