Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNABLE TO READ OR WRITE ANYTHING ON WINBOND W25Q128JWSIQ #97

Open
kushalpatelkushal opened this issue Nov 27, 2024 · 0 comments
Open

UNABLE TO READ OR WRITE ANYTHING ON WINBOND W25Q128JWSIQ #97

kushalpatelkushal opened this issue Nov 27, 2024 · 0 comments

Comments

@kushalpatelkushal
Copy link

I AM USING `#include<SerialFlash.h>
#include<SPI.h>

SerialFlashFile file;
int flag=0;

void setup()
{
Serial.begin(115200);

//SPI.begin;
SPISettings(16000000, MSBFIRST, SPI_MODE0);
flag=SerialFlash.create("HELLO.RAW",1024);

}

void loop()
{
if(flag)
Serial.println("File creation success");
else
Serial.println("File creation unsuccess");
delay(1000);
}`
CODE BUT ALL TIME I GOT FILE CREATION UNSUCCESS. ANYBODY GOT SUCCESS WITH THIS. I AM USING ESP32 AND REQUIRE TO WRITE AND READ DATA IN TO FILE SO HELP IN TO THIS MATTER.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant