We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f13d7d commit 720dc65Copy full SHA for 720dc65
1 file changed
arch.mk
@@ -1362,7 +1362,6 @@ ifeq ($(ARCH), AURIX_TC3)
1362
# TC3xx specific
1363
ifeq ($(TARGET), aurix_tc3xx)
1364
USE_GCC?=1
1365
- ARCH_FLASH_OFFSET=0x00000000
1366
1367
CFLAGS += -I$(TC3_DIR) -Ihal
1368
@@ -1408,6 +1407,7 @@ ifeq ($(ARCH), AURIX_TC3)
1408
1407
endif
1409
1410
ifeq ($(AURIX_TC3_HSM),1)
+ ARCH_FLASH_OFFSET=0x80028000
1411
# HSM compiler flags, build options, source code, etc
1412
ifeq ($(USE_GCC),1)
1413
# Just arm-none-eabi-gcc for now
@@ -1476,6 +1476,7 @@ ifeq ($(ARCH), AURIX_TC3)
1476
1477
else
1478
# Tricore compiler settings
1479
+ ARCH_FLASH_OFFSET=0x800A0000
1480
1481
HT_ROOT?=/opt/hightec/gnutri_v4.9.4.1-11fcedf-lin64
1482
CROSS_COMPILE?=$(HT_ROOT)/bin/tricore-
0 commit comments