-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose (Q)SPI pins to access flash memory
This patch exposes pins connected to the flash memory on board (IS25LP064A) through the Board abstraction. Although this does not introduce a high level library to access the memory, it does allow for experimentation with standard SPI and QuadSPI interfaces available in stm32h7xx-hal. I managed to access the on board memory, read and write to it through the HAL, example [1]. [1] richardeoin/stm32h7xx-hal#3 Signed-off-by: Petr Horacek <hrck@protonmail.com>
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters