What resources does this stack consume on the MSP430BT5190 device? As an example, does it require the use of some of the available
timers, and how many timers would left for us to work with for our own application?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
What resources does this stack consume on the MSP430BT5190 device? As an example, does it require the use of some of the available
timers, and how many timers would left for us to work with for our own application?
The stack requires the use of FreeRTOS. A great Resource of information about the Bluetooth stack is available here:
MSP430BT5190+CC2560 Developer's Guide.
Pages 114 and 115 describe the resource utilization.
In page 102 you will find the peripheral resources utilized, among them Timer1_A3.
Hope this helps,
Gustavo
Ken,
Adding to Gustavo's comment, the timer is only required for sample applications but not for the BT stack itself. The BT stack requires the scheduler from the FreeRTOS only. This is already integrated in current solution.
Regards,