Other Parts Discussed in Thread: DM3730
Hi,
Thank You for reading the post.
We are using DM3730. One of the GPIO we are using as Resume button.
What are the steps to be followed for clearing the WAKEUPEVENT BIT[15] being set in CONTROL_PADCONF register when the processor comes out of suspend immediately?
Also when I check the MPU_PRM_IRQ_STS register it shows a value of 0x0000 0200. Once the processor comes out of suspend we are writing 1 to that register to clear the Wakeup interrupt.
But, what we observe is the PRM_MPU_IRQ_STS BIT:9 is not getting cleared.
When we are going through TRM it is noticed that we also need to clear the interrupt in PM_WKST_WKUP register. So, we are writing a value of 0x10100.
After writing 0x10100 to WKST_WKUP register if I read back it still shows a value of 0x100.
Regards,
GSR