Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 18 | Rev 22 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | #elif defined (STM32F10X_HD) || defined (STM32F10X_CL) |
37 | #elif defined (STM32F10X_HD) || defined (STM32F10X_CL) |
| 38 | #define PAGE_SIZE (uint16_t)0x800 /* Page size = 2KByte */ |
38 | #define PAGE_SIZE (uint16_t)0x800 /* Page size = 2KByte */ |
| 39 | #endif |
39 | #endif |
| 40 | 40 | ||
| 41 | 41 | ||
| - | 42 | ||
| - | 43 | ||
| 42 | typedef uint8_t FlashPage_t[PAGE_SIZE]; |
44 | typedef uint8_t FlashPage_t[PAGE_SIZE]; |
| 43 | 45 | ||
| 44 | 46 | ||
| 45 | extern FlashPage_t FlashPage[2]; |
47 | extern FlashPage_t FlashPage[2]; |
| 46 | 48 | ||