2020-10-26 08:47 AM
I can send and receive packets in run mode, but I never get a RX DMA interrupt when in sleep mode. I do not have any interrupts enabled in the USART hardware, and do have DMAR and DMAT enabled. Any ideas on what might be missing?
Thank you.
Solved! Go to Solution.
2020-10-26 10:13 AM
Sorry, never mind. I missed the LL_AHB1_GRP1_EnableClockStopSleep() macros. That's apparently what I need.
2020-10-26 10:13 AM
Sorry, never mind. I missed the LL_AHB1_GRP1_EnableClockStopSleep() macros. That's apparently what I need.