Closed mikeferguson closed 6 years ago
It appears the high byte is updated, then table is read out, then low byte is updated. Need to prevent this. This is particularly bad when crossing 0 as the high byte changes from 00 -> ff and vice versa
Example sequence as seen on computer side:
-26, 249, 29
Actual sequence that should be seen:
-26, -7, 29
Plot:
Moved to STM32 repo
It appears the high byte is updated, then table is read out, then low byte is updated. Need to prevent this. This is particularly bad when crossing 0 as the high byte changes from 00 -> ff and vice versa
Example sequence as seen on computer side:
Actual sequence that should be seen:
Plot: