Tim Edwards
02/13/2023, 2:56 PMcalibration.c
file comments. One caveat: This method (as written) does not report back on errors, so if any point in the GPIO serial chain fails to configure correctly after two attempts, it will go unreported (I could just flag with one bit that an error occurred, but I'd rather report on exactly where an error occurred, since there are a number of chips that can be made functional even though the middle section of the GPIO can't be programmed properly. Making the information available just requires some additional handshaking between the Caravel chip and the Nucleo board).Tim Edwards
02/13/2023, 3:02 PMTim Edwards
02/13/2023, 3:25 PM