Issue with spi reading on the STM32-nucleo-F767ZI #16080
Unanswered
Bortania
asked this question in
STM32 / Pyboard
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to implement spi writing/reading to the slave device using STM32 microcontroller.
I have spi datagram define here on the page 25 that also define slave manufacture vendorID at address 0x0200.
Using below code, I tried to read vendorID and get bytearray([b'x00\x00\x00\x00']) :
data_out = b'x00\x00\x00\x00'
Can you please point out what am I doing wrong? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions