Skip to content

Commit 5fa2d19

Browse files
committed
lpc11u35 savings: reduce user configuration size
Due to the change of location, configuration will be reset to defaults for all lpc11u35 boards.
1 parent 9ec9b11 commit 5fa2d19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/hic_hal/nxp/lpc11u35/daplink_addr.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
#define DAPLINK_ROM_BL_SIZE 0x00000000
4040

4141
#define DAPLINK_ROM_IF_START 0x00000000
42-
#define DAPLINK_ROM_IF_SIZE 0x0000F000
42+
#define DAPLINK_ROM_IF_SIZE 0x0000FC00
4343

44-
#define DAPLINK_ROM_CONFIG_USER_START 0x0000F000
45-
#define DAPLINK_ROM_CONFIG_USER_SIZE 0x00001000
44+
#define DAPLINK_ROM_CONFIG_USER_START 0x0000FC00
45+
#define DAPLINK_ROM_CONFIG_USER_SIZE 0x00000400
4646

4747
/* RAM sizes */
4848

0 commit comments

Comments
 (0)