@hierophect Could you check the baudrate calculation in busio.SPI? I was using an SPI clock to try to test the difference between the "bad" and "good" STM32 Feathers I have, and I got odd SPI clock rates on both:
| specified |
as measured on Saelae |
| 160 MHz |
20.83 MHz |
| 40 MHz |
10.42 MHz |
| 16 MHz |
5.208 MHz |
| 15 MHz |
5.208 MHz |
| 8 MHz |
2.632 MHz |
| 1 MHz |
328 kHz |
| 100 kHz |
164 kHz |
@hierophect Could you check the baudrate calculation in
busio.SPI? I was using an SPI clock to try to test the difference between the "bad" and "good" STM32 Feathers I have, and I got odd SPI clock rates on both: