Write Psoc4 SFlash via ppcli.exe or similar?

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

cross mob
KeCo_3781066
Level 3
Level 3
10 replies posted 5 questions asked 5 sign-ins

Hi,

Is anyone aware of a way to write to the user section of the SFlash via ppcli.exe or other similar means?

Thanks in advance

0 Likes
1 Solution
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

1. Use the PSoC4 BLE SFLASH update tool to update SFLASH

pastedImage_0.png

2. Open ppcli.exe from the PSoC Programmer installation directory, enter command as below figure to check whether it has been written successfully.

pastedImage_1.png

3. From the second figure, it shows that we can use the DAP_ReadIO read the data out easily. We only need to know the data located address.

4. Hope it can be helpful for you.

View solution in original post

0 Likes
3 Replies
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

1. Use the PSoC4 BLE SFLASH update tool to update SFLASH

pastedImage_0.png

2. Open ppcli.exe from the PSoC Programmer installation directory, enter command as below figure to check whether it has been written successfully.

pastedImage_1.png

3. From the second figure, it shows that we can use the DAP_ReadIO read the data out easily. We only need to know the data located address.

4. Hope it can be helpful for you.

0 Likes

Do you know if PSoC4 BLE SFLASH update tool supports KitProg, it doesn't seem to see it?  Also, is it possible to use DAP_WriteIO in the ppcli to write to User SFlash?

Thanks

0 Likes

You can use the "DAP_WriteIO" in the PPCLI.

You also can find the PSoC4 BLE SFLASH Update tool.exe in the Programmer Installation Catalog like:

C:\Program Files (x86)\Cypress\Programmer\Examples\Misc\PSoC4-BLE-SFLASH-Update\Executable

0 Likes