• understanding the SBUF register
    The 8051 has only single SBUF register. But the datasheet say it can support full duplex. for full duplex communication we must have different buffers(?) for transmitting and receiving. how a single...
  • ARM shifting instruction with register shift length
    Note: This was originally posted on 26th October 2009 at http://forums.arm.com Hi, For fun, I'm trying to write RTL for my own processor implementing the ARM v4 ISA. I have a question regarding the ARM...
  • shifting and saturating two 16 bit words packed in one register
    Note: This was originally posted on 7th November 2010 at http://forums.arm.com hi all. im using ARM1176JZF-S.  im having two 16 bit words packed in one 32 bit register. i need to shift the two words left...
  • SHIFT REGISTER 74HC595//coding keil 5
    How to code for shift register 74HC595 within Keil 5. I am using STM32F411EDISCO board, i am new at this and need any recommendation how to start with this. Thank you
  • Need help in serial programming using SBUF register !!!!
    Actually I want to transmit 3 bits serially using AT89C51 micro-controller. I have written the code in ".c" file, using c programming trying to transmit the bits serially using SBUF register. ...