User Activity

I'm learning STM32 by a NUCLEO-L053R8 board.  I want to put device to sleep (not LP Sleep, Stop or Standby) and wake it by either an interrupt or an event.int main() { // Clock and peripherals init // UART init (baud rate, GPIO, etc. are...
I tried to modify firmware of ST-Link of NUCLEO-L053R8 using a tutorial.However, when I select CMSIS-dap in Keil (as mentioned in tutorial) it says "not a genuine ST device abort connection". Everything worked well before modification.Now I want to r...