You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the issue above is fixed by pull request #1506, there is a small glitch.
In spi_com.c, compute_disable_delay(), spi disable delay is calculated by:
It is related to:
#1294
Although the issue above is fixed by pull request #1506, there is a small glitch.
In spi_com.c, compute_disable_delay(), spi disable delay is calculated by:
if the spi clock > 1MHz, i.e. spi_freq / prescaler > 1000000, disable_delay is 0, which actually make this fix invalid.
The solution shall be:
It was tested to work on our environment.
The text was updated successfully, but these errors were encountered: