diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-01 15:07:19 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-08 01:51:10 -0400 |
commit | 53c3edfcac0dd16a2881a8f02595b194830f30ab (patch) | |
tree | c385f3c82314c67c9560f9d88a18728506a42652 /source/fsmc.rst | |
parent | 00ce76dc2ce404ecf6fed07b8221a18bff99c08b (diff) | |
download | librambutan-53c3edfcac0dd16a2881a8f02595b194830f30ab.tar.gz librambutan-53c3edfcac0dd16a2881a8f02595b194830f30ab.zip |
[WIP] Add fsmc.rst.
This file explains the general purpose of the FSMC, and gives some
information specific to its role in driving SRAM chips.
Diffstat (limited to 'source/fsmc.rst')
-rw-r--r-- | source/fsmc.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/fsmc.rst b/source/fsmc.rst new file mode 100644 index 0000000..dfd4916 --- /dev/null +++ b/source/fsmc.rst @@ -0,0 +1,14 @@ +.. _fsmc: + +FSMC +==== + +The Flexible Static Memory Controller (FSMC) is a peripheral which an +be configured to control a variety of external memory chips. For +example, it is used on the Maple Native to control the built-in SRAM +chip. + +.. TODO [0.0.12] Add info on: +.. +.. - Address, data, chip-select etc. pins +.. - Memory bank organization |