Can softdevice and cli module coexist?

Hi,

I'm trying to migrate bluetooth softdevice to a project contained cli module. I found cli module and softdevice would all create an app timer. The softdevice first created, then the cli module created would cause a crash.

My question is whether softdevice and cli module can coexist? How should the clock module be configured in this scenario? The app timers just only depend on RTC1, can this be configured ?

Thank you!

Parents Reply Children
Related