I came across a strange behavior of the HAL_SPI_Transmit function below the code:
And according to what above, this part of the program should send 3 bytes of data with a value of 200 (DEC) and send 225 look at the attached waveforms. The first byte doesn't even get decoded by Saleae Logic.
Code: C / C++
And according to what above, this part of the program should send 3 bytes of data with a value of 200 (DEC) and send 225 look at the attached waveforms. The first byte doesn't even get decoded by Saleae Logic.