Hello Everyone,
I need to run SPI-A @40MHz. I saw there is the chance to enable the High Speed Mode for a restricted number of pins:
GPIO58 SPISIMOA GPBGMUX2[21:20]=11b GPBMUX2[21:20]=11b
GPIO59 SPISOMIA GPBGMUX2[23:22]=11b GPBMUX2[23:22]=11b
GPIO60 SPICLKA GPBGMUX2[25:24]=11b GPBMUX2[25:24]=11b
GPIO61 SPISTEA GPBGMUX2[27:26]=11b GPBMUX2[27:26]=11b
I am then using this configuration without issues, but my application requires two different chip selects (both related to devices requiring 40MHz SPI clock).
Thus, I alternatively configure GPIO61 and GPIO57 as SPISTEA depending on the device I want to talk to. It seems that the SPI keeps doing well even if the GPIO57 is not in the group of the high speed mode GPIOs.
Does this mean that the SPISTE can actually be whatever regardless of the high speed mode? Can I rely this configuration is safe to use?
Thank you in advance, regards.
Michel