Hi everyone, I'm using SMT32L073RZ as my MCU and it has connected through SPI a flash memory (microchip's SST25VF016B).So the connection is as follows:PA5 ------> SPI1_SCKPA6 ------> SPI1_MISOPA4 ------> SPI1_NSSPA7 ------> SPI1_MOSI)PA0 --...
So, I kinda find something to keep going..The STM32CubeMx intialize the "hspi1.Init.NSS" as "SPI_NSS_HARD_OUTPUT" wich makes the NSS pin be driven by the firmware in it's self. And this made the HAL_GPIO_WritePin command not work.So I ended up changi...