coollh / STM32_Software_I2C_Master

This program is a project for MCU stm32f103zet6 to achieve I2C communication. We should be aware that this is software I2C. In reality, this program could drive many I2C buses and this is the biggest benefit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32_Software_I2C_Master

Thans a lot for the contribution of my classmate Yuqiu Huang(黄宇秋) from the school of Mechanical Engineering in Shanghai Jiao Tong University

This program is a project for MCU stm32f103zet6 to achieve I2C communication. We should be aware that this is software I2C. In reality, this program could drive many I2C buses and this is the biggest benefit

please pay attention to the start-up file, we should use "startup_stm32f10x_hd.s" rather than the default one, or there will be some problems.

We should put all these file in the dir of [prjname]/user/

About

This program is a project for MCU stm32f103zet6 to achieve I2C communication. We should be aware that this is software I2C. In reality, this program could drive many I2C buses and this is the biggest benefit.


Languages

Language:C 98.6%Language:C++ 0.8%Language:Objective-C 0.6%