Using the current master, I found that I was getting confusing data for the STPME610 touch screen driver on a feather52832. No errors reported, but data was clearly getting garbled.
The default baud rate for this device is 100000 (100K). I tried raising the baudrate to 1000000 (1M) and it works normally. @jepler pointed out that this may be a know "feature" for the nrf52 and 100000 is just too slow.
The workaround is simple, I just wanted to alert folks and see how/if you wanted to deal with this
Using the current master, I found that I was getting confusing data for the STPME610 touch screen driver on a feather52832. No errors reported, but data was clearly getting garbled.
The default baud rate for this device is 100000 (100K). I tried raising the baudrate to 1000000 (1M) and it works normally. @jepler pointed out that this may be a know "feature" for the nrf52 and 100000 is just too slow.
The workaround is simple, I just wanted to alert folks and see how/if you wanted to deal with this