I am a newbee to STM32 development and I am struck with not being able to communicate with flash at all.int main(void)
{
/* USER CODE BEGIN 1 */
/* USER CODE END 1 */
/* MCU Configuration-----------------------------------------------------...
I use the HAL library. Here is the extract//###################################################################################################################
uint8_t W25qxx_Spi(uint8_t Data)
{
uint8_t ret;
HAL_SPI_TransmitReceive(&_W25QXX_SPI,&Da...