5287 - Should the USRMCLK be used only when the device is in MSPI mode or if it is needed to disable the MasterSPI port to generate your own MasterSPI controller?

5287 - Should the USRMCLK be used only when the device is in MSPI mode or if it is needed to disable the MasterSPI port to generate your own MasterSPI controller?

To enable the same SPI pins used in configuration, to User SPI, the pins need to be persistent. The user SPI control should connect the User SPI signals to those pins. The MCLK is not a GPIO pin, and can be used in User SPI. The MCLK can select internal MCLK or connect to a user clock with the USRMCLK instance. These two are different things but will be used for a User SPI that wants to used the same pins.