Read SFlash from windows

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Is there any way I can read the contents of the SFlash rows in PSoC 4 BLE using miniprog3/windows? I just want to read the data and not modify it. 

0 Likes
1 Solution
Anonymous
Not applicable

There is the C# application in the install folder that demonstrates erasing/writing the SFlash data. It should be modifiable for reading the SFlash instead. (I also ran into this issue, but found it was easier to write an application to read the SFlash into RAM on the chip, and observer with the debugger instead of messing with the C# application)

View solution in original post

0 Likes
3 Replies
Anonymous
Not applicable

There is the C# application in the install folder that demonstrates erasing/writing the SFlash data. It should be modifiable for reading the SFlash instead. (I also ran into this issue, but found it was easier to write an application to read the SFlash into RAM on the chip, and observer with the debugger instead of messing with the C# application)

0 Likes
Anonymous
Not applicable

Thanks! I was able to modify the C# application to read from SFlash.

0 Likes
StKe_3927516
Level 2
Level 2
First like received

Do either of you have the code to do read the SFlash?

I'd like to do it in Visual Studio and in PSOC.

0 Likes