Björn Quentin

Results 158 comments of Björn Quentin

Yes that might be possible - from the ESP32-C3 TRM (it's similar for the others) > 25.5.5.1 CPU­Controlled Master Mode > ... . If the data byte length is larger...

FYI I started implementing DMA (for the start on ESP32-C3). With that we can have single transfers up to 32k which is probably the way to go

All supported chips now have DMA support for SPI - I'll close this issue

Thanks for opening this issue! I did some tests on my side, too. This is with a no bytes write and something on the bus that ACKs: ![empty_write_ack](https://user-images.githubusercontent.com/5682593/192990074-07d07aea-ef15-4407-b05b-9eeb754b039b.png) This is...

We can get rid of those read attempts by adding `self.reset();` to `execute_transmission` before returning `return Err(Error::AckCheckFailed);` (maybe we should do that in all error cases)

Just out of curiosity: is this related to your problem using MPU6050? I ordered a MPU6050 break-out board but which should hopefully arrive by the end of the week

this problem should be fixed now - will close it @TheButlah feel free to re-open if you disagree

Thanks for bringing this up! I think having this feature would be quite useful Option 1 seems to be the right thing but it also needs the `&Clocks` or at...

Sounds great! In case you get stuck or have questions - we are happy to help