2021-02-01 01:46 AM
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
2021-02-01 11:50 AM
Am waiting , if some one can support in above question.
Rohit
2021-02-01 11:44 PM
Most have migrated the other way, don't expect to get a lot of support.
Review the wealth of SPL examples, and perhaps decompose into a series of send data bytes.
2021-02-02 12:40 AM
ok