aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUwe Hermann2010-01-15 01:13:06 +0100
committerUwe Hermann2010-01-15 01:13:06 +0100
commitd192a67d4d086d5fdb6f64ebc0dc7bd9da8e65ad (patch)
tree20607571f09378ab0ec774fdbcfc7243f629fbe7 /include
parent4fdb7f08fd8fe1a3b037d02f87b02ab3e1cc2b2a (diff)
Add reference to flash programming datasheet.
Diffstat (limited to 'include')
-rw-r--r--include/libopenstm32/flash.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/libopenstm32/flash.h b/include/libopenstm32/flash.h
index e0bd3a8..c619885 100644
--- a/include/libopenstm32/flash.h
+++ b/include/libopenstm32/flash.h
@@ -17,6 +17,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/*
+ * For details see:
+ * PM0042 Programming manual: STM32F10xxx Flash programming
+ * October 2009, Doc ID 13259 Rev 7
+ * http://www.st.com/stonline/products/literature/pm/13259.pdf
+ */
+
#ifndef LIBOPENSTM32_FLASH_H
#define LIBOPENSTM32_FLASH_H