pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Adding I2C Burst Reading/Writing feature

Open AnhNhan2803 opened this issue 2 years ago • 8 comments

I realize that the C-SDK of Raspberry Pi Pico does not support the burst mode operation in I2C (only supports normal and repeated start in reading/writing). As burst mode is an important I2C feature that is sometimes required in communication with several I2C slaves. e.g. MAX3010X. Hopefully, we can consider adding this feature to the current SDK.

Thank you

AnhNhan2803 avatar Sep 07 '23 00:09 AnhNhan2803

Any idea how we would test this? Do you have some code that works with MAX3010X that could be put int pico-examples?

peterharperuk avatar Jan 12 '24 11:01 peterharperuk