Difference: I2CEEProm (3 vs. 4)

Revision 42017-11-21 - uli

Line: 1 to 1
 
META TOPICPARENT name="CourseExercises"

Exercise 15: EEPROM and Driver Access

Goal:

Line: 7 to 7
  The at24c32 EEPROM is mounted together with the DS1307 RTC on the Tiny RTC module (chip on the right). The Tiny RTC module therefore responds to 2 I2C addresses. You find these 2 addresses with the i2cdetect command and you can figure out from the data sheets which of the addresses corresponds to which chip.
Added:
>
>
The data sheet for the at24c32 can be found here:

http://www.atmel.com/Images/doc0336.pdf

 rtc.png
Added:
>
>

Examination exercises

For the examination please solve exercise 1-3 of this exercise list. Exercise 4 is not part of the examination!

For all three exercises, write

  • the C code
  • a Makefile
  • a shell script that sets up the LD_LIBRARY_PATH to include /opt/ucc/lib, such that the at24c32 library can be found (not necessary of course if you do not use the at24c32 library)
  • a short description on how you designed the program and what the individual steps are that the program takes to solve the problem.
 

Exercise 1: Read the EEPROM

The at24c32 is a 32 kBit device and can therefore store a total of 4096 bytes (4096 * 8 = 32 kBit). Like the DAC it is an I2C device. To make things easier for you, again a library is supplied.

Line: 17 to 30
  https://dcsit.twiki.ucc.edu.gh/html/libDoc/at24c32
Changed:
<
<
This one is an exercise for detectives: There is a secret message hidden in the EEPROM and your job is to uncover the mystery. So… Sherlock Holmes and Dr. Watson: show your talents and find out the contents of the message.

Exercise 2: Write the EEPROM

>
>
This one is an exercise for detectives: There is a secret message hidden in the EEPROM and your job is to uncover the mystery. So… Sherlock Holmes and Dr. Watson: show your talents and find out the contents of the message. Write a program called readEnigma reading the EEPROM and printing its content in hex (%x) and as characters (%c).

Exercise 2: Re-write the program without using the library

Since there are only very few library calls it is also possible to access the EEPROM through pigpio calls avoiding my library all together. Make sure you get the same result as in the first exercise.

Exercise 3: Write the EEPROM

  Prepare a buffer with some data to be written to the EEPROM. Use your previous program to read these data back. Power down the Raspberry Pi, wait a minute and then switch it back on again. Verify that you can still read back the data.
Changed:
<
<

Exercise 3: Write an access library

>
>
It is possible to access the I2C driver directly and it was my intention to show you how to do this. Unfortunately we did not make it up a level where we can understand how a device driver works. The following exercises it there not part of the examination exercises!

Exercise 4: Write an access library

  The full description on how to access I2C devices through the driver directly is found here.
Line: 40 to 58
 
<--/commentPlugin-->

META FILEATTACHMENT attachment="rtc.png" attr="" comment="" date="1508954803" name="rtc.png" path="rtc.png" size="1144945" user="uli" version="1"
Added:
>
>
META FILEATTACHMENT attachment="session_14.odt" attr="" comment="" date="1511282959" name="session_14.odt" path="session_14.odt" size="1169933" user="uli" version="1"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback