EEPROM Board


개요

EEPROM Board

EEPROM 보드는 2-Wire Serial EEPROM을 위한 툴

On-board serial EEPROM

24C08 Serial EEPROM을 채택하였으며 전원 공급시 LED에 표시

IDC10 Connectors

다른 주변기기 모듈에 쉽게 연결하기 위한 IDC10 커넥터

설명

EEPROM 보드는 고성능의 신뢰성 높은 CMOS 기술인 serial 8K EEPROM 24C08을 채택하였습니다. 저전력과 저전압 어플리케이셔에서 큰 장점이 있습니다. 24C08 EEPROM은 I²C addressing protocol을 사용하며 클럭에의해 동기화 되는 양방향 시리얼 데이터 버스인 2-wire serial interface를 가지고 있습니다.

예제

본 예제는 EEPROM을 MCU에 쉽게 연결하는 방법을 보여줍니다.각각의 예제는 코드에 대한 자세한 주석을 포함하고 있습니다.예제 코드는 하단에서 다운로드 가능합니다.

  • Write data to EEPROM.
  • Read data to EEPROM.
  • Read data from EEPROM and send it via USART.
  • Read data from USART and write it to EEPROM.
  • Read data from EEPROM and write it to LCD
  • Read data from EEPROM and write it to LEDs.
  • Write ADC result into EEPROM.
  • Read data from EEPROM and write it to 7 segment display.

문서

소프트웨어