Hi, TI
I have a question about the tasks that are performed in the stack every systick count. The problem consists in the following:
I worked on the power consumption of our device and I have noticed that even if I disable all Bluetooth transmissions(LE Advertising, Connectible and Pairable mode in BD/EDR), but initialize stack our device battery current increase by 450 uA. This is due to the fact that the controller active time (not in LPM3) was increased from 10 us(our different process) to 65 us. The SPPDemo project turns off the systick timer on stack idle, but I want use BTPS kernel for our RTOS and, therefore, the BTPS kernel is active every systick count. Thus, I have a question: What is the stack do every systick count, when all transmission are disabled? Can It be optimized or disable?
I have a question about the tasks that are performed on the stack timertransmission