Search found 11 matches

by nickovs
Sun Sep 11, 2016 9:02 pm
Forum: MicroPython pyboard
Topic: Can UART data wake the pyboard from pyb.stop()?
Replies: 1
Views: 2182

Can UART data wake the pyboard from pyb.stop()?

When the pyboard is put into low power mode using the pyb.stop() call, is the UART hardware still running? If so, is a UART interrupt sufficient to cause the pyb.stop() call to return? I have a data collection application in which data will arrive at irregular intervals over a serial interface but i...