aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7rs/src/bin/xspi_memory_mapped.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* add plls/t to stm32h7rs examplesRick Rogers2025-07-241-0/+2
|
* STM32H7RS Examples: Add OPI functionality to the XSPI exampleKevin Lannen2025-06-261-173/+677
| | | | | | Cleans up the SPI and OPI commands to match the datasheet for the flash used on the Nucleo board Creates a separate impl for OPI operations
* Add stm32h7rs xpi_memory_mapped exampleMatt Johnston2025-04-041-0/+448
Based on ospi_memory_mapped, targetting stm32h7s3 nucleo board. This works in single mode, no octo mode yet.