cancel
Showing results for 
Search instead for 
Did you mean: 

HAL_SPI_Transmit(&_W25QXX_SPI,pBuffer,NumByteToWrite_up_to_PageSize,100); Replacement by Standard Peripheral Library function

RKade.1
Associate III

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

3 REPLIES 3
RKade.1
Associate III

Am waiting , if some one can support in above question.

Rohit

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.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

ok