Skip to content

Commit

Permalink
lpc11u35 savings: reduce user configuration size
Browse files Browse the repository at this point in the history
Due to the change of location, configuration will be reset to defaults for all lpc11u35 boards.
  • Loading branch information
mbrossard committed Aug 5, 2023
1 parent 34c04ff commit 0ff922d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/hic_hal/nxp/lpc11u35/daplink_addr.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
#define DAPLINK_ROM_BL_SIZE 0x00000000

#define DAPLINK_ROM_IF_START 0x00000000
#define DAPLINK_ROM_IF_SIZE 0x0000F000
#define DAPLINK_ROM_IF_SIZE 0x0000FC00

#define DAPLINK_ROM_CONFIG_USER_START 0x0000F000
#define DAPLINK_ROM_CONFIG_USER_SIZE 0x00001000
#define DAPLINK_ROM_CONFIG_USER_START 0x0000FC00
#define DAPLINK_ROM_CONFIG_USER_SIZE 0x00000400

/* RAM sizes */

Expand Down

0 comments on commit 0ff922d

Please sign in to comment.