Hello everyone,
I have an SPI connection with an ADC and receive 30 bytes at a speed of 100 kHz. However, sometimes the data transfer protocol fails, causing the last few bytes to be lost.
I have tried the following solutions:
- Force mode in config configurations
- Setting minimum and maximum frequencies for the ARM processor in config configurations
- Adjusting the SPI data transmission frequency in Python
Despite these efforts, the issue persists, and the last bytes are occasionally lost. Any suggestions or insights would be greatly appreciated
I have an SPI connection with an ADC and receive 30 bytes at a speed of 100 kHz. However, sometimes the data transfer protocol fails, causing the last few bytes to be lost.
I have tried the following solutions:
- Force mode in config configurations
- Setting minimum and maximum frequencies for the ARM processor in config configurations
- Adjusting the SPI data transmission frequency in Python
Despite these efforts, the issue persists, and the last bytes are occasionally lost. Any suggestions or insights would be greatly appreciated
Statistics: Posted by RonMArk — Wed Apr 02, 2025 12:59 pm — Replies 1 — Views 25