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.

CCS/CC3200: cc3200

Part Number: CC3200
Other Parts Discussed in Thread: , CC3100

Tool/software: Code Composer Studio

I ran into a problem with the CC3200-LAUNCHXL experiment, which was a question about the triggering of PRCM_LPDS_HOST_IRQ.I did the experiment using the power_messurement engineering code. During the udp test, I found that the condition of PRCM_LPDS_HOST_IRQ == MAP_PRCMLPDSWakeupCauseGet() was difficult to trigger, and I sent more than a dozen data to be triggered once.My question is:

1. Why does this happen?

2. How can I always trigger PRCM_LPDS_HOST_IRQ == MAP_PRCMLPDSWakeupCauseGet()?If you need to change the code to solve the above problem, please give the code example.