User Activity

Posted on June 17, 2016 at 14:03 I've been trying to get this beast to wake up from stop mode when it received data on UART1. This is my approach in code int main() { SystemCoreClockUpdate(); initStopMode(); initUart(); //Init othe...