Page 1 of 1

#PIC32MM0256GPM064 : Wakup controller on UART RX interrupt

PostPosted: Mon Jan 06, 2020 2:40 pm
by c79
Hi,

I am using PIC32MM0256GPM064 controller.
I wanted to wakeup controller on UART RX interrupt.
I have enabled the SLPEN (bit 23) and WAKE (bit 7) in UxMODE register but the controller wakeup is not happening.
Interrupt priority is also high for UART RX interrupt.

What other things I need to consider during this.
Please help me with this.

Re: #PIC32MM0256GPM064 : Wakup controller on UART RX interru

PostPosted: Tue Jan 07, 2020 1:07 am
by ric
Interrupt priority is also high for UART RX interrupt.

What is the CPU priority when you enable SLEEP mode?
Is the UART RX interrupt actually enabled?
Is the UART working normally before you enter sleep mode?

Re: #PIC32MM0256GPM064 : Wakup controller on UART RX interru

PostPosted: Tue Jan 07, 2020 6:27 am
by c79
Yes interrupt is enabled.
UART is not working properly controller is getting stuck in between.

Re: #PIC32MM0256GPM064 : Wakup controller on UART RX interru

PostPosted: Mon Jan 13, 2020 2:19 pm
by c79
Any update?