Part Number: CC2340R5
In basic_ble example, mq_receive is used in BLEAppUtil_Task to wait for the messages from the stack. My question is that is mq_receive a blocking call in this task? If yes why does it not prevent the device into low power mode? From my understanding if it is a blocking call the CPU should be active to execute this call when waiting for messages.
Best regards,
Shuyang