example of i2c slave device supporting block transfers

Dependencies:   lib_i2c_slave_block

Tested on nucleo board as slave. Use with i2c_master_block_example on raspberry pi as master.

Master I2C write will print on serial terminal 115200. User button will raise an irq; the RPi test program will service the interrupt.

See lib_i2c_slave_block for explanation of code.

History

indicate errors if reported by i2c default tip

2019-02-03, by Wayne Roberts [Sun, 03 Feb 2019 16:56:15 -0800] rev 3

indicate errors if reported by i2c


add buffer for read/write integrity test

2019-01-21, by Wayne Roberts [Mon, 21 Jan 2019 18:09:05 -0800] rev 2

add buffer for read/write integrity test


remove bak directory

2019-01-18, by Wayne Roberts [Fri, 18 Jan 2019 16:01:28 -0800] rev 1

remove bak directory


initial commit

2019-01-18, by Wayne Roberts [Fri, 18 Jan 2019 14:36:09 -0800] rev 0

initial commit