Problem with spi.read() #13459
Unanswered
peterhinch
asked this question in
STM32 / Pyboard
Replies: 1 comment
-
|
I have raised #13471. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using hard SPI, reading a single byte works, but reading multiple bytes returns a
bytesinstance containing N zeros.I am using SPI(2) on a Pyboard D SF6. The problem disappears with an old version of firmware. I've checked the signals with a LA and everything looks fine whether reading a single byte or multiple. Baudrate is 5MHz, other args are default.
readintoandwrite_readintoare also affected, butread()is the simplest case.Any chance of someone seeing if they can replicate this?
Beta Was this translation helpful? Give feedback.
All reactions