Other Parts Discussed in Thread: MSP430F5437A, TUSB3410
Hello,
I do try to put my MSP430F5437A into LMP3 ( working fine) while having a USCI UART connection possible via A1.
I want to be able to wake my device up via the UART IRQ while sleeping in LPM3. Everything works pretty good, but right now I got to the current testing, since we want to habe out device in LPM3 a lot of times while consuming under 50 µA of current, Without the USCI module everything did just fine.
I did narrow my search down to the PSEL bits of the TX and RX channel. So whenever those GPIOs are set to UART mode my device consumes additional 6 mA ! which obviously is a lot too much for my purposes.
I did read a E2E thread that stated: USCI in UART keeps a clock request continuously active, so basically what it says that LPM isnt LPM because the clocks are active, BUT I am running the USCI with the external clock crystal, so it should not keep the MCLK nor SMCLK active since it is not reqeusting those right?
Does anyone have some examples of their own how to work with the USCI in LPM3?
I already thought of a workaround, but then I coulndt wake up my device while in LPM3 and I would like to have that as an option.
Thanks for helping,
Seb