|
|
Component
SW_I2C
SW emulated I2C using two I/O pins.
Component Level: High
Category:
CPU External Devices-Communication
This component emulates an I2C communication interface, which is based on the Philips I2C-bus
specification version 2.0. The interface uses two general-purpose
I/O pins, first for the Serial Data line (SDA), second for the Serial Clock line (SCL). Clock
pulses of SCL are generated by software and no other hardware device is used by this component.
Operating modes features: MASTER
There is only guaranteed that the clock frequency won't exceed the selected one. The amount of slow down is determined by the communication code overhead and influences that slow down the program execution speed (e.g. interrupts processed during the transer, memory wait-states etc....) |