Question

1a) We want you to feel comfortable reading documentation to understand the operation of a device....

1a) We want you to feel comfortable reading documentation to understand the operation of a device. To that end, open the ATmega328/P datasheet linked on our website from the Tools and Links Page. Go to section 18.2 and read over pages 98-99. Note that "toggle" means flip to its opposite value, regardless of current value.

What effect does writing a 1 to a PIN register bit have? Consider, how this might be used to generate the E signal pulse in your lcd_writenibble() function. Re-write the 3 lines of code you had to generate the E signal pulse for about 250 ns using the feature of writing a 1 to a PIN register bit. You may leave the middle line that is intended to simply delay as is. So just show
the first line (statement) that turns the E signal on and then the last line that turns it off. Make sure you use the correct register, masking, etc. (Just fill in the blank).

PINB _____________________
PORTB |= (1 << PB1); // original line to simply delay
PINB _____________________


1b) Suppose we need to perform 3 concurrent tasks intermittently: Task A every 20 ms, Task B every 15 ms, and Task C every 40 ms. What delay should be used on each iteration of the main loop?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

please rate my answer....

Add a comment
Know the answer?
Add Answer to:
1a) We want you to feel comfortable reading documentation to understand the operation of a device....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Question 3: In class we showed how to simply light up an LED on our Teensy...

    Question 3: In class we showed how to simply light up an LED on our Teensy microcontroller. In fact, the procedure is similar for all processors including a simpler 8-bit ATmega 328P (a.k.a Arduino Uno) For purposes of this exercise, let's say that the ATmega328 has 4 regular GPIO ports; A, B, C, and D, each with 8 pins. Every GPIO port has three registers (outlined in table below) PORTX: used to write output on a pin on port X...

  • Please read the article and answer about questions. You and the Law Business and law are...

    Please read the article and answer about questions. You and the Law Business and law are inseparable. For B-Money, the two predictably merged when he was negotiat- ing a deal for his tracks. At other times, the merger is unpredictable, like when your business faces an unexpected auto accident, product recall, or government regulation change. In either type of situation, when business owners know the law, they can better protect themselves and sometimes even avoid the problems completely. This chapter...

  • How can we assess whether a project is a success or a failure? This case presents...

    How can we assess whether a project is a success or a failure? This case presents two phases of a large business transformation project involving the implementation of an ERP system with the aim of creating an integrated company. The case illustrates some of the challenges associated with integration. It also presents the obstacles facing companies that undertake projects involving large information technology projects. Bombardier and Its Environment Joseph-Armand Bombardier was 15 years old when he built his first snowmobile...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT