Part Number: CC2640R2F
Tool/software: TI-RTOS
Hi All,
I have a question on CC2640R2F, i am using the eval board for development using the ble5_simple_peripheral_cc2640r2lp_app as code base and started doing some application specific example.
1). In this if no device is connected, the module will go to low power mode i read in some document saying idle task will push in to low power mode is it rt?
2). In my application if some device connected, i have to look for status of a switch so i have added a function in "SimpleBLEPeripheral_taskFxn" application main loop. Here switch having multiple functionality like single, double, long press. But what i observed there is a delay between to come to the application main loop then to identify the switch status and take the decision. But interrupt is hitting when i press the switch. Can you please guide me here how i can resolve this.
Thanks.