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

APP_TIMER integrated with softdevice s132 gets error in init

hi 

i have added a timer to a working code with softdevice, ble, uart and pwm for now.

when program starts it gets an error in the app_timer_init funcion  ' NRF_LOG_INFO("RTC: initialized."); '  throughs it

i m not sure why .. maybe related to some wrong definitios in the sdk_config but i am not sure which one

also, i have tried to add systick for a different porpose and it says " undefigned referance to nrfx_systich_init(), though i added the lib to the nrf drivers dir.. what am i missing ?

best regards

Ziv

Parents
  • if i comment the ' NRF_LOG_INFO("RTC: initialized."); '

    then initiation goes by and then if i don't have any breakpoints in while debugging then i  do   not   get stuck in :

    __STATIC_INLINE void nrf_log_backend_enable(nrf_log_backend_t const * const p_backend)
    {
              p_backend->p_cb->enabled = true;

    }

    so why do i have to comment that nrf log line ?? what am i doing wrong ??

Reply
  • if i comment the ' NRF_LOG_INFO("RTC: initialized."); '

    then initiation goes by and then if i don't have any breakpoints in while debugging then i  do   not   get stuck in :

    __STATIC_INLINE void nrf_log_backend_enable(nrf_log_backend_t const * const p_backend)
    {
              p_backend->p_cb->enabled = true;

    }

    so why do i have to comment that nrf log line ?? what am i doing wrong ??

Children
Related