Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error: multiple definition of `RTC1_IRQHandler'

Hello there,

I am using the rtc2 in NRF52832 to interrupt at randomly generated time instances. Now, I am trying to integrate this functionality in a framework that uses the timers(1,2,3) and SoftDevice for BLE communication, but I am getting the following errors:

when I look for `RTC1_IRQHandler' in the project it appears defined in

Could you please help me to solve this issue?   

Thanks in advance.

Best wishes,

Dailys

Parents
  • Take it you mean RTC1, this is used by the app stack (technically not the softdevice so Nordic don't include it in the list of requirements).

    Using the 820 I needed it for something else and had to rewrite one of the other timers with custom code to do the one-shot calls that RTC1 is doing in the Nordic app space.

Reply
  • Take it you mean RTC1, this is used by the app stack (technically not the softdevice so Nordic don't include it in the list of requirements).

    Using the 820 I needed it for something else and had to rewrite one of the other timers with custom code to do the one-shot calls that RTC1 is doing in the Nordic app space.

Children
No Data
Related