diff --git a/boards/openmote-cc2538/Makefile.include b/boards/openmote-cc2538/Makefile.include index bb8b52bf3e..401a8fda81 100644 --- a/boards/openmote-cc2538/Makefile.include +++ b/boards/openmote-cc2538/Makefile.include @@ -12,7 +12,7 @@ export PROGRAMMER ?= cc2538-bsl ifeq ($(PROGRAMMER),jlink) # setup JLink for flashing export JLINK_DEVICE := cc2538sf53 - export FLASH_ADDR := 200000 + export FLASH_ADDR := 0x200000 export JLINK_IF := JTAG export TUI := 1 include $(RIOTMAKE)/tools/jlink.inc.mk