• Powering down a MSC1212 from Texas Inst.
    Hi ! I'm trying to put a MSC1212Y5 in power down mode. Despite all I have tried, the uC continues to draw a current of about 0.2...0.3mA, like there is some internal block (analog or digital) that isn...
  • Powering down a MSC1212 from Texas Inst.
    Hi ! I'm trying to put a MSC1212Y5 in power down mode. Despite all I have tried, the uC continues to draw a current of about 0.2...0.3mA, like there is some internal block (analog or digital) that isn...
  • Can I link to Nat Inst Libraries?
    How can I use analysis functions in the LabWindows/CVI libraries? Is there an option in the Keil IDE to link to this library so that I can use these functions in my 8051 project?
  • Can I link to Nat Inst Libraries?
    How can I use analysis functions in the LabWindows/CVI libraries? Is there an option in the Keil IDE to link to this library so that I can use these functions in my 8051 project?
  • can i RET in the interrupt insted of RETI
    Hi! i use p89v51rd2fa microcontroller and microversion 3 C51 compiler. if i write an interrupt function in c the compiler create a asm code like push ACC push PSW a=b; pop PSW pop ACC RETI ...