Hello StoneStreet One,
We have made a custom boards where in we have used the TIVA C TM4C1230H6 controller and interfaced it with the CC2564B chipset. Here we have also managed to update/add the code in this BLE scheduler (using the reference of the C:\ti\Connectivity\CC256X BT\CC256x M4 Bluetopia SDK\v1.1\Cortex_M4\Sample\ANPDemo code) and we have managed to read the data present from the TI Sensor TAG, like IR Temperature and Humidity.
Now we are planning to add our application code which is currently without BT ( containing inputs, output control, sd card integration, etc) in this scheduler, by adding more tasks.
My questions hare are w.r.t. the BLE scheduler:
1. Can we safely use global variables between tasks?
2. Is there any constrain of using global variables or the no. of global variables that can be used?
3. Is there any stack size constrain for a single Task?
4. Is there some document where we can get more details on this scheduler ( currently we are referring to C:\ti\Connectivity\CC256X BT\CC256x M4 Bluetopia SDK\v1.1\Documentation\BTPSKRNL.pdf)
Thanks,
Vahbiz