Question
HAL_SPI_Transmit(&_W25QXX_SPI,pBuffer,NumByteToWrite_up_to_PageSize,100); Replacement by Standard Peripheral Library function
Dear All,
Am writing code for Winbond Memory chip "w25q64", for same i got some reference from git hub , but it is with HAL library, same i am converting to standard peripheral library.
HAL_SPI_Transmit(&_W25QXX_SPI,pBuffer,NumByteToWrite_up_to_PageSize,100);
Can some one help to convert this function from HAL to Standard peripheral Library?
Thanks & regards,
Rohit