• 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 ...
  • IP nat inside source and IP nat outside source under the Global mode?
    What’s the differences between ip nat inside source and ip nat outside source under the Global mode?
  • can link to library
    I wrote a very simple routine , just call a standard function in c51s.lib ,such as rand(), then transfer it to a lib , then add lib to another project and call the function , but got a link error: fatel...
  • 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 we link library(*.a) file on simulator
    Note: This was originally posted on 11th September 2009 at http://forums.arm.com Hi All, I recently started working on ARM.. Can anybody give info on how can we link library on simulator?? If yes what...