Hi All, I am novice in this nordic nrf 51822 programming. I wanted to know the best way to do the following.
- I have two different functionalities to be run on eval board. at a time, only one functionality is run [mutually exlusive functionalities]. So the android app running on the mobile will select the functionality on the eval board. I don't want to use the RTOS and want to achieve the above functionality, please let me know how to achieve this [android app controlling WHICH functionality to run]?
Thanks