From d192a67d4d086d5fdb6f64ebc0dc7bd9da8e65ad Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 15 Jan 2010 01:13:06 +0100 Subject: [PATCH] Add reference to flash programming datasheet. --- include/libopenstm32/flash.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/libopenstm32/flash.h b/include/libopenstm32/flash.h index e0bd3a84..c6198851 100644 --- a/include/libopenstm32/flash.h +++ b/include/libopenstm32/flash.h @@ -17,6 +17,13 @@ * along with this program. If not, see . */ +/* + * 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