Running BLE in xTaskCreate is not working
Posted: Tue Aug 01, 2017 2:55 pm
I am able to run, BLE on main thread. It is working perfectly.
But when I am trying to run it by creating as a one separate task it is giving me errors.
I want to ask, whether it is possible to run on task other than main thread?
If yes then what precautions we need to take. ? what is minimum stack space that we need to allocate.? or any specific priority that we need to give?
But when I am trying to run it by creating as a one separate task it is giving me errors.
I want to ask, whether it is possible to run on task other than main thread?
If yes then what precautions we need to take. ? what is minimum stack space that we need to allocate.? or any specific priority that we need to give?