Skip to content

Commit

Permalink
fix FLASH_DATA_SIZE definition
Browse files Browse the repository at this point in the history
  • Loading branch information
fptrs authored Apr 6, 2021
1 parent b7fa288 commit 29f3d85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Firmware/Chameleon-Mini/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,8 @@ SETTINGS += -DDESFIRE_MIN_OUTGOING_LOGSIZE=0
DESFIRE_MAINSRC = Application/DESFire

#Memory definitions and objcopy flags to include sections in binaries
#FLASH_DATA_ADDR = 0x10000 #Start of data section in flash
#FLASH_DATA_SIZE = 0x10000 #Size of data section in flash
FLASH_DATA_ADDR = 0x10000 #Start of data section in flash
FLASH_DATA_SIZE = 0x0FFFF #Size of data section in flash
FLASH_DATA_SIZE = 0x10000 #Size of data section in flash
FLASH_DATA_OBJCOPY = --set-section-flags=.flashdata="alloc,load"
SPM_HELPER_ADDR = 0x21FE0 #Start of SPM helper section. Should be last 32Byte in bootloader section
SPM_HELPER_OBJCOPY = --set-section-flags=.spmhelper="alloc,load"
Expand Down

0 comments on commit 29f3d85

Please sign in to comment.