2009-02-18 12:09 AM
STM8A Wakeup from Halt by UART?
2011-05-17 06:02 AM
Can the STM8A be woken up from HALT by the UART?
Is it possible to wake up the STM8A with a pin from the UART Message and then Configure the UART?2011-05-17 06:02 AM
Uart's interrupts cannot wake up the device from HALT, anyway, as you already said, it is possible to configure the Uart Rx pin as external interrupt before entering in HALT mode and coming back at UART configuration afer waking up (loosing first byte received).
Regards, Olga [ This message was edited by: diamond on 29-01-2009 13:58 ]2011-05-17 06:02 AM
Ciao tutti,
I, want to add, only I2C and CAN can make exit from halt mode for communication interfaces. Bassinux :)2011-05-17 06:02 AM
Hi Bassinux,
SPI also can wake up the device from Halt Regards mozra