-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Description
On receving data the SPI buffer is read to early. I've connected a device via SPI3 and I read the following data, the 8th bit is always in the next byte
Read: 21 7f 81 01 0f 350f 4000 05 18 88
Should: 21 ff 01 01 0f 350f 4000 05 98 08
It looks for me the buffer is read before the 8th bit is shifted into. If I run a C app on the same device with I think same SPI setup, everything is fine.
I'm using esp-idf-hal 0.40.1
The Logicanalyzer is correct, so on buslevel it is valid

Metadata
Metadata
Assignees
Labels
No labels