Richard-Gemmell / teensy4_i2c

An I2C library for the Teensy 4. Provides slave and master mode.
MIT License
92 stars 19 forks source link

Diagnosing and handling lock ups #36

Open toptensoftware opened 9 months ago

toptensoftware commented 9 months ago

Hi Richard,

Firstly, thank you for this library - I've been enjoying using it so far.

I'm fairly new to I2C so I'm hoping you can give me a couple of pointers on diagnosing some lock up issues I'm having. This is the setup:

Result:

Main questions:

If you've got any other suggestions on where to start debugging that would also much appreciated.

Brad