Posted on December 17, 2016 at 16:48
I have an STM32F103 that I would like to use for I2C communication. I have been using the 'Optimized examples for I2C' with the STM32F1, but I have modified it to send a subaddress before performing the read. ...
Posted on December 19, 2016 at 17:59Haha! Thanks JW.I was trusting the optimized examples a bit too much. It turns out, the optimized I2C examples are set up to perform byte transfer via a NACK-NACK-ACK. Every I2C sensor I've ever used is a ACK-A...
Posted on December 17, 2016 at 22:31Thanks Seb, I'll look into the I2C Checklist.Unfortunately, GPIO bit-banging is definitely going to be too slow for my purposes. I only need a single byte subaddress, and I'm certain that it is possible to do th...