readme.txt 810 B

1234567891011121314151617181920212223
  1. /*!
  2. \file readme.txt
  3. \brief description of the master transmitter
  4. */
  5. /*
  6. Copyright (C) 2017 GigaDevice
  7. 2017-06-06, V1.0.0, firmware for GD32F3x0
  8. */
  9. This demo is based on the GD32350R-EVAL board, it shows the I2C programming
  10. mode in master transmitting mode.In this demo,I2C0 is operated as the master
  11. transmitter, and the SCL line and SDA line of I2C0 interface are controled by
  12. the I/O pin PB6 and PB7 respectively.
  13. This demo shows the sending process of the master. And it will send the data
  14. in the i2c_transmitter array through I2C0.
  15. The demo doesn't perform the data transfer actually, which is due to no specific
  16. slave. In the specific application, we must send the correct slave address, and the
  17. master and the slave may need to be connected by the jumper if necessary.