NordicPlayground / nRF51-multi-role-conn-observer-advertiser

Runs an Observer or Advertiser role (timeslot API) with a Connection. Provides a HCI interface to the Observer and Advertiser. Advertiser provides SCAN REQs back to application.
42 stars 25 forks source link

Sharing of software interrupts with the observer-advertiser #6

Open daviddedwin opened 9 years ago

daviddedwin commented 9 years ago

I think a separate software interrupt for the app_timer module is necessary due to the time sensitive nature of the module.

However, I do agree that the timeslot Observer example can provide some infrastructure to share the software interrupt so that it can be used by additional application modules.

A software interrupt sharing module is preferred so that other application modules can use share a single software interrupt.