https://github.com/lefucjusz/w25q256_littlefs
Running LittleFS filesystem on Winbond's W25Q256 SPI Flash memory and playing some audio files out of it using CS43L22 chip. Loading of the files done by XMODEM protocol. Based on STM32F4-DISC1.
https://github.com/lefucjusz/w25q256_littlefs
Last synced: 4 days ago
JSON representation
Running LittleFS filesystem on Winbond's W25Q256 SPI Flash memory and playing some audio files out of it using CS43L22 chip. Loading of the files done by XMODEM protocol. Based on STM32F4-DISC1.
- Host: GitHub
- URL: https://github.com/lefucjusz/w25q256_littlefs
- Owner: Lefucjusz
- License: mit
- Created: 2024-04-05T22:04:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T07:57:35.000Z (about 1 year ago)
- Last Synced: 2024-04-08T08:58:01.513Z (about 1 year ago)
- Language: C
- Size: 838 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# W25Q256_littlefs
Running LittleFS filesystem on Winbond's W25Q256 SPI Flash memory and playing some audio files out of it using CS43L22 chip. Loading of the files done by XMODEM protocol. Based on STM32F4-DISC1.