spi slave weird data on mid-high speeds ?!
I am having weird issue with STM32F767 (configured to run at 200mhz) that needs to be SPI slave .. I configured it with 0,1 (clock low, second edge), hardware cs.. when master sends data at 350kbps everything is ok, when master sends at higher speeds output is random (like bits are swallowed).
code is super simple just hal_spi_transmitreceive() in a loop sending 2 same bytes non stop
it behaves like hardware can't catch up and start sending data late and slower than the clock...
