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...
In section 13.3 of RM0367 (STM32L0x3 reference manual) there is a note:"The interrupts or events associated to the direct lines are triggered only when the system is in Stop mode. If the system is still running, no interrupt/event is generated by the...
OK. Found the solution here.After connecting board to PC, do a short circuit between RST and SB11 pads (under ST-Link part of board); PC will detect ST-Link. Then perform a firmware upgrade by STM32 ST-LINK Utility.