• flash memory gets erased after a few seconds automatically using stm32l0 nucleo
    Hi to all, i facing a major problem after flashing the program into the nucleo board,here i am using a stm32l053r8t6 nucleo board (compiler: keil MDK v5.0). problem: after loading any program...
  • flash memory gets erased after a few seconds automatically using stm32l0 nucleo
    Hi to all, i facing a major problem after flashing the program into the nucleo board,here i am using a stm32l053r8t6 nucleo board (compiler: keil MDK v5.0). problem: after loading any program...
  • Difference in the current consumption for different register place for few instructions
    Hello to all, While working on different assembly instructions, I have come across a very different problem of the register's place. For example: SBC r11,r7,r11 : 3.0217mAmps but SBC r11,r7,r7...
  • Difference in the current consumption for different register place for few instructions
    Hello to all, While working on different assembly instructions, I have come across a very different problem of the register's place. For example: SBC r11,r7,r11 : 3.0217mAmps but SBC r11,r7,r7...
  • How to make a timer overflow after 0.5 seconds?
    How to make a timer overflow after 0.5 seconds? Please explain counters, and tell me how to configure the following registers, so that the timer overflows after a specified amount of time? TMOD TCON...