Writing process
When the microcontroller performs a write operation, it first sends the 7-bit address code of the device and the write direction bit "0" (a total of 8 bits, i.e., one byte). After sending, the SDA line is released and the ninth clock signal is generated on the SCL line. After the selected memory device confirms that it is its own address, it generates a response signal on the SDA line as a response. After receiving the response, the microcontroller can transmit data.
When transmitting data, the microcontroller first sends a byte of the first address of the storage area of the device to be written. After receiving the response from the memory device, the microcontroller sends each data byte one by one, but waits for the response after each byte is sent. When the data to be written is transmitted, the microcontroller should send a termination signal to end the write operation. The data format for writing n bytes is:
Reading process
The microcontroller first sends the 7-bit address code and write direction bit "0" ("pseudo write") of the device. After sending, it releases the SDA line and generates the 9th clock signal on the SCL line. After confirming that it is its own address, the selected memory device generates a response signal on the SDA line. Then, send another byte of the first address of the storage area of the device to be read. After receiving the response, the microcontroller repeats the start signal and sends the device address and read direction bit ("1"). After receiving the device response, the data byte can be read. The microcontroller must reply with a response signal for each byte read. When the last byte of data is read, the microcontroller should return to "non-response" (high level) and send a termination signal to end the read operation.
Previous article:I2C bus learning--example code
Next article:I2C bus learning (Part 3) - addressing
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications