Merge pull request #533 from Serasidis/master

STM32F407 BKPSRAM Boundary address fix
This commit is contained in:
Roger Clark 2018-06-23 16:51:55 +10:00 committed by GitHub
commit 683b6d2796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ typedef struct bkp_reg_map {
} bkp_reg_map;
/** Backup peripheral register map base pointer. */
#define BKP_BASE ((struct bkp_reg_map*)0x40006C00)
#define BKP_BASE ((struct bkp_reg_map*)0x40024000)
/** Backup peripheral device type. */
typedef struct bkp_dev {