• Low Power on STM32 wakeup pin
    I'm trying to make our product to go into any of the low power modes of the STM32 microcontroller. That part of the code works, only I can't get the microcontroller to wake-up on the wake-up pin (PA...
  • Low power consumption FUSE
    hello TECHIES. It says we have got to do a emulator a fuse giving consideraion to power consumtion. 500ma to 30A. Any language on any micro. C or C++ on a cordex? Any ideas?
  • 7 Segment count display on interrupt two pins when high.
    I am facing problem when programming 89c51 using assembly language.According to following code controller counts only 4.please help me to correct the code when both the pins (P1.0 and P1.1)are high then...
  • PIN OUTPUT HIGH
    HOW TO MAKE GPIO PIN HIGH AT OUTPUT?
  • How to use LOW or HIGH in A51?
    I am writing a 8051 assembly program and try to use LOW/HIGH. When i ran the following MOV R1,#LOW (variable) R1 = LSB address byte of the variable, not LSB byte of the variable. How can I get...