Skip to content

Commit c7cf51e

Browse files
author
Astra
authored
Add descriptions for all the faps (#13)
1 parent 889d999 commit c7cf51e

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.catalog/README.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# SPI Memory Manager
2+
3+
This application allows you to read, erase, and flash SPI memory chips. It can be used to backup the contents of SPI memory chips, or to restore them to their original state.
4+
5+
## Wiring
6+
7+
The SPI Memory Manager includes a wiring pinout diagram in the app. You can also find it here:
8+
9+
| FLIPPER PIN | SPI PIN |
10+
|-------------|---------|
11+
| 1 | - |
12+
| 2 | MOSI |
13+
| 3 | MISO |
14+
| 4 | CS |
15+
| 5 | CLK |
16+
| 6 | - |
17+
| 7 | - |
18+
| 8 | GND |
19+
| 9 | 3.3V |
20+
| 10 | - |
21+
| 11 | GND |
22+
| 12-17 | - |
23+
| 18 | GND |
24+
25+
## Features
26+
27+
### Read
28+
29+
To read the contents of an SPI memory chip, connect it to your Flipper Zero and press the Read button. The chip type will be detected automatically, and, if it is supported, the contents of the chip will be read and saved to a file on your Flipper Zero's SD card.
30+
31+
### Erase
32+
33+
To erase the contents of an SPI memory chip, connect it to your Flipper Zero and press the Erase button. If the chip type is supported, the chip will be erased.
34+
35+
### Flash
36+
37+
To flash the contents of a file on your Flipper Zero's SD card to an SPI memory chip, connect it to your Flipper Zero, select the Saved menu option in the app, and select the file you want to flash. If the chip type is supported, the file will be flashed to the chip.

0 commit comments

Comments
 (0)