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

Added W25Q512JV support for spi mem manger app. #148

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

nbadal
Copy link

@nbadal nbadal commented Feb 19, 2024

What's new

  • This adds chip detection/support for Winbond W25Q512JV to SPI Mem Manager

Verification

Datasheet for W25Q512JV

Steps to verify:

  • Compile the .fap binary using ufbt;
  • Upload the binary to the apps folder on Flipper;
  • Connect W25Q512JV via SPI;
  • Device must discover chip correct and define model and vendor as on picture below; read/write/erase actions with memory should work correct.

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

@hedger hedger added enhancement New feature or request app:spi_mem_mgr labels Mar 19, 2024
@hedger
Copy link
Member

hedger commented Mar 19, 2024

@nbadal please undraft when ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:spi_mem_mgr enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants