Development environment : keil mdk 4.7, nRF51822, SoftDevice 6.0-alpha, nRF51 SDK 4.3
Hello
I develop the application with RF and BLE by receiving UART msg. So, my program disable SoftDevice sometimes. I know app_module( app_timer, app_schedule etc. ) and sd_API can not operate on SoftDevice disabled and normal RADIO communication do not operate on SoftDevice enabled.
Q1. Is there the synchronizing method without SoftDevice? i need a mutex method for using RF.
Q2. I want to use app_module and sd_API not using SodftDevice. is is possible?
thank you, Regard
- yjpark