Go to the documentation of this file.
54 #include "stm32f10x_flash.h"
57 #define FLASH_SUCCESS 1
58 #define FLASH_ERROR_WRITE (-1)
59 #define FLASH_ERROR_WRITE_LIMIT (-2)
60 #define FLASH_ERROR_ERASE (-3)
61 #define FLASH_ERROR_ERASE_LIMIT (-4)
62 #define FLASH_ERROR (-5)
66 #define USER_PARAM_WORDS 8