Hi!
We see that the last bit in every Byte transmission on MOSI is set to high. We are using the SPI with DMA
If I read the registers of the SPI after the configuration I get:
- MCR 0x883F0000
- TCR 0x00000000
- CTAR 0x3E050004
- CTAR 0x78000000
- SR 0x42000000
If we connect the oscilloscope to the SPI lines we see the next:
Blue -> SCK
Red -> MOSI
Green -> /CS
Yellow -> /RESET (device reset)

If we zoom on the MOSI and SCK lines we see the issue. This 2 bytes that can be seen in the capture are 0x52 and 0x00. You can see how the last bit goes high in both bytes.

Does anyone know why this could be happening?
Regards,
Iñaki