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
  • well apparently my issue is with the nrf log and not the timer .. i think... maybe it is related to the uart i am working with .. still not very clear as to what the write way to handle all the logs in the libs or what sdk_config definitions are required ?

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

    then initiation goes by and then i get stuck in :

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

Reply
  • well apparently my issue is with the nrf log and not the timer .. i think... maybe it is related to the uart i am working with .. still not very clear as to what the write way to handle all the logs in the libs or what sdk_config definitions are required ?

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

    then initiation goes by and then i get stuck in :

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

Children
No Data
Related