1. You can now buy finished microcontroller project from us, Check out the Store for the complete list of projects.
  2. Need a custom project, Send us some details about your project. So that we can quote the price for it.

Just A couple of Questions

Discussion in 'Microcontrollers' started by lebprince, Nov 12, 2008.

  1. lebprince

    lebprince New Member

    Likes Received:
    0
    Trophy Points:
    0
    1-when using serial port to send out 1 start bit, 9 data bits and 1 stop bit, where does the ninth bit come from?

    2- Can a program use RETI instruction without using interupts? Explain your answer.

    Thanks
    Tags:
  2. Binu

    Binu Administrator

    Likes Received:
    138
    Trophy Points:
    63
    1. You cant select 9bit data at any device (PC, microcontroller etc)
    2. Yes you can, but you cant use RET for interrupts. Because the RETI do the same function as RET and it also clear the Interrupt flag.
Loading...

Share This Page

Loading...