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

SWI0 conflicts with App_timer #13

Open JoxC opened 9 years ago

JoxC commented 9 years ago

Could I use SWI1 for scan response report instead? However, it's said that SWI1 is used by radio notification and time slot API, so it might be infeasible, right? Any comments?

alessandro-montanari commented 9 years ago

Hi JoxC, I am using SWI3 and I have had no problems so far. It seems that SWI3 is not used at all.

Cheers.