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 XM25QH64C and XM25QH128A support for spi mem manger app. #94

Merged
merged 3 commits into from
Dec 21, 2023

Conversation

5unr153
Copy link
Contributor

@5unr153 5unr153 commented Dec 20, 2023

This change adds a definition for two XMC vendor chips to the SPI memory manager app.

What's new

  • Added definition for XMC vendor
  • Added definition for XM25QH64C and XM25QH128A memory chips

Verification

Datasheet for XM25QH64C
Datasheet for XM25QH128A
Both chips uses in Dell latitude laptop series. Tested on latitude 3410.

Steps to verify:

  • Compile the .fap binary using ufbt;
  • Upload the binary to the apps folder on Flipper;
  • Connect XM25QH64C or XM25QH128A 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.

spi_memory

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

Added XMC vendor to the spi mem manager app.
@skotopes skotopes merged commit 3322caa into flipperdevices:dev Dec 21, 2023
2 checks passed
@5unr153 5unr153 deleted the SPI_mem_XMC_Support branch December 21, 2023 12:07
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

Successfully merging this pull request may close these issues.

2 participants