On the i.MX8M Plus EVK, the ECSPI chip select signal can be configured using a GPIO pin.
Could you please confirm whether FlexSPI also supports GPIO-based chip-select signals, or whether only the dedicated FlexSPI chip select pins can be used?
As per our requirement, we need two chip select signals for FlexSPI. Kindly suggest the recommended configuration for supporting two FlexSPI devices.
Hi @Govind1807
You could use a GPIO-based chip select signal. However, you only have two FlexSPI Flash devices. Why would you use a GPIO as the chip select signal?
The imx8mp has four FLEX SS signals that can be used directly:
B.R
Hi @pengyong_zhang ,
What we can do for two chip select of QSPI? This is also from our requirement. If there is lack of CS pin means, can we use the any gpio has a chip select? If it will work or not?
Hi @Govind1807
What we can do for two chip select of QSPI?
>>>For information on configuring QSPI CS, please refer to the following dts file:
This is also from our requirement. If there is lack of CS pin means, can we use the any gpio has a chip select? If it will work or not?
>>>Yes, you can use GPIO for your CS pin As long as your driver supports GPIO.
B.R