STM32F446, QuadSPI Bank1 CS signal
Hi folks,
currently I am working on an communication with a sensor via QuadSpi using the STM32F446 controller. The QuadSpi Bank1 was chosen, but unfortunately the hardware designer did not connect the Chip Select signal (CS) to the pin that corresponds to the QuadSpi Bank1 (according to the pinout is either PB6 or PG6) but to the pin PC7. Could this be a reason for the QSPI communication not to work? Indeed, it is not working (in the oscilloscope I only see the QSPI CLk signal but the data inputs remain low). The same code works in another board where the pins were correctly chosen according to the pinout. But I thought that this issue would not be meaningful (not to connect the CS signal to the right pin).
Thanks a lot for your support
Jorge