You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have problem with W25qxx_WriteSector. Below you can read my unit test with this function. Very often during writing all sector (4096 bytes) I have about 100-120 mistakes.
Hi,
I have problem with W25qxx_WriteSector. Below you can read my unit test with this function. Very often during writing all sector (4096 bytes) I have about 100-120 mistakes.
void W25qxx_Unit_Test2 (void)
{
int i,j;
bool match;
uint8_t u8rbuf[4096];
uint8_t u8wbuf[4096] = {0xff,};
}
I am using W25Q128 made by Winbond. In function W25qxx_Init i hade to add code:
Summary: my flash doesn`t work stable. Have any idea why?
The text was updated successfully, but these errors were encountered: