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']) :