Skip to main content
RKade.1
Associate III
February 1, 2021
Question

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

  • February 1, 2021
  • 1 reply
  • 1065 views

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

This topic has been closed for replies.

1 reply

RKade.1
RKade.1Author
Associate III
February 1, 2021

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

Rohit

Tesla DeLorean
Guru
February 2, 2021

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 VenmoUp vote any posts that you find helpful, it shows what's working..
RKade.1
RKade.1Author
Associate III
February 2, 2021

ok