Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ellectroid/stm32f746-disco-quadspi-indirect-cmsis-demo
QuadSPI indirect mode demo for STM32F746G-Discovery
https://github.com/ellectroid/stm32f746-disco-quadspi-indirect-cmsis-demo
Last synced: about 22 hours ago
JSON representation
QuadSPI indirect mode demo for STM32F746G-Discovery
- Host: GitHub
- URL: https://github.com/ellectroid/stm32f746-disco-quadspi-indirect-cmsis-demo
- Owner: ellectroid
- License: other
- Created: 2022-06-29T13:28:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T13:56:49.000Z (over 2 years ago)
- Last Synced: 2023-09-30T05:58:12.601Z (about 1 year ago)
- Language: C
- Size: 3.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STM32F746-DISCO-QUADSPI-INDIRECT-CMSIS-DEMO
STM32F746-DISCO QuadSPI Minimal DemoUSART1 ST-Link COM Port
Clock: 216MHz.
USART1 is the USART connected to ST-Link that makes virtual COM port on PC.
QuadSPI is connected to QSPI Nor Flash MT25QL128ABA1EW9
This project is a proof of concept (that I can).Might be useful for someone who wants to figure out how the stuff works.
I commented almost every line to make it simple to understand.Hardware:
STM32F746 Disco board (QSPI Flash MT25QL128ABA1EW9), Windows PCSoftware:
STM32CubeIDE, Putty for UART communication;
No libraries used except for CMSIS register definitions.