Skip to content

Commit 83eb1c5

Browse files
committed
Put user flash at ADDR_FLASH_PAGE_63 instead of ADDR_FLASH_PAGE_62
1 parent 9f9fd94 commit 83eb1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AxxSolder_firmware/Core/Inc/flash.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ bool FlashWrite(Flash_values *flash_values);
8181
#define ADDR_FLASH_PAGE_63 ((uint32_t)0x0801F800) /* Base @ of Page 63, 2 Kbytes */
8282

8383

84-
#define FLASH_USER_START_ADDR ((uint32_t)ADDR_FLASH_PAGE_62) /* Start @ of user Flash area */
84+
#define FLASH_USER_START_ADDR ((uint32_t)ADDR_FLASH_PAGE_63) /* Start @ of user Flash area */
8585
#define FLASH_USER_END_ADDR (ADDR_FLASH_PAGE_63 + FLASH_PAGE_SIZE - 1) /* End @ of user Flash area */
8686

8787
/* Function prototypes -------------------------------------------------------*/

0 commit comments

Comments
 (0)