Hey OpenMV,
I’m feeling a little annoyed right now after trying to get SPI to work on an RT1062 board.
Although it’s a problem I am sure I will overcome, I feel this way because the way the board is advertised on the website is as a 60Mbp/s, highly SPI capable board (alongside UART and I2C etc), yet looking closer into the documentation, all but UART require Master mode only, and, all do not use the standard documentation and MicroPython implementation (pyb conflict), instead having to use the far less documented machine.SPI class instead.
Perhaps if the website could be updated to reflect some of these actual realities a little better, it might be clearer for customers. I can understand that many of these features are still being worked upon, but if they don’t work when I purchase the board it now requires more troubleshooting, debugging and time to the purchaser to fix later.
Overall though, the RT has been very effective at everything else and a lot of fun to work with, thank you!
Cheers.