I'm having a Chinese development board of STM32F103RCT6 STM32_Mini_Pro where a winbond SPI flash is attached with SPI3. The Chip Select is attached with PA15 pin.
While configuring SPI in STM32 cubeMX, I assign Chip Select i.e. PA15 as GPIO output for software NSS.
But while assigning it i get an error like this
This is my assignment in Cube MX
What is the reason for this problem and how to rectify it?
Thank you