Hi,
Good Day!
Statement of problem: Currently we are using app_timer in our application for conducting the user behavior. For example, for user input off of capacitive touch sensor we have used app_timer to model the user behavior. Also the RTC 2 is used for the device turn on, off, pair up mode and factory reset mode.And it is working as expected for now. Soft device is used in our application and we are yet to test it out.
Query: Is it advisable to use app_timer with the application (2 app_timer instances are used in our application) when the soft device is enabled?
If yes, How many app_timer instances one can use when the soft device is enabled and any measures to be taken while using the app_timer with soft device enabled?
If no, i.e. app_timer cannot be used with application when soft device is enabled, then what is best approach to implement this?
Kindly share any suggestions.