Skip to content

Commit

Permalink
fixes #330 Move EEPROMBASE from forth.asm to target.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
TG9541 committed Jul 18, 2020
1 parent c21bdba commit 2ceb70d
Show file tree
Hide file tree
Showing 24 changed files with 126 additions and 100 deletions.
9 changes: 5 additions & 4 deletions C0135/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

TARGET = STM8S103F3

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x427F ; STM8S103F3: 640 bytes EEPROM
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
9 changes: 5 additions & 4 deletions CORE/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

TARGET = STM8S103F3

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x427F ; STM8S103F3: 640 bytes EEPROM
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
11 changes: 6 additions & 5 deletions DCDC/target.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
; STM8S003F3 device and memory layout configuration

TARGET = STM8S003F3
TARGET = STM8S103F3

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x407F ; STM8S003F3: 128 bytes EEPROM (maybe more, YMMV)
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
9 changes: 5 additions & 4 deletions DOUBLECOM/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

TARGET = STM8S103F3

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x427F ; STM8S103F3: 640 bytes EEPROM
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
9 changes: 5 additions & 4 deletions MINDEV/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

TARGET = STM8S103F3

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x427F ; STM8S103F3: 640 bytes EEPROM
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
7 changes: 4 additions & 3 deletions STM8L-DISCOVERY/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

TARGET = STM8L152C6

RAMEND = 0x07FF ; system (return) stack, growing down
EEPROMEND = 0x43FF ; STM8L051F3: 1024 bytes EEPROM
RAMEND = 0x07FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x1000 ; "EESTART" EEPROM start address
EEPROMEND = 0x13FF ; "EEEND" 1024 bytes EEPROM
FLASHEND = 0xFFFF ; 32K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 2K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 2K RAM
SPPLOC = 0x0750 ; SPP (data stack top), TIB start
Expand Down
9 changes: 5 additions & 4 deletions STM8L051F3/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

TARGET = STM8L051F3

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x41FF ; STM8L051F3: 256 bytes EEPROM
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x1000 ; "EESTART" EEPROM start address
EEPROMEND = 0x10FF ; "EEEND" 256 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
9 changes: 5 additions & 4 deletions STM8S001J3/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

TARGET = STM8S103F3

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x427F ; STM8S103F3: 640 bytes EEPROM
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
9 changes: 5 additions & 4 deletions STM8S105K4/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

TARGET = STM8S105K4

RAMEND = 0x07FF ; system (return) stack, growing down
EEPROMEND = 0x43FF ; STM8S105K4: 1024 bytes EEPROM
FLASHEND = 0xBFFF ; 16 KiB devices
RAMEND = 0x07FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x43FF ; "EEEND" 640 bytes EEPROM
FLASHEND = 0xFFFF ; "FLASHEND" 32K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 2KiB RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 2KiB RAM
SPPLOC = 0x0750 ; SPP (data stack top), TIB start
Expand Down
9 changes: 5 additions & 4 deletions STM8S207RB/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

TARGET = STM8S207RB

RAMEND = 0x17FF ; system (return) stack, growing down
EEPROMEND = 0x47FF ; STM8S207RB: 2048 bytes EEPROM
FLASHEND = 0xFFFF ; 32 KiB devices (+96 KiB > 0xFFFF )
RAMEND = 0x17FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x47FF ; "EEEND" 640 bytes EEPROM
FLASHEND = 0xFFFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 6KiB RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 6KiB RAM
SPPLOC = 0x1680 ; SPP (data stack top), TIB start
Expand Down
9 changes: 5 additions & 4 deletions SWIMCOM/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

TARGET = STM8S103F3

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x427F ; STM8S103F3: 640 bytes EEPROM
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
11 changes: 6 additions & 5 deletions W1209-CA-V2/target.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
; STM8S003F3 device and memory layout configuration

TARGET = STM8S003F3
TARGET = STM8S103F3

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x407F ; STM8S003F3: 128 bytes EEPROM (maybe more, YMMV)
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
11 changes: 6 additions & 5 deletions W1209-CA/target.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
; STM8S003F3 device and memory layout configuration

TARGET = STM8S003F3
TARGET = STM8S103F3 ; Complatible with STM8S003F3 - specs differ

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x407F ; STM8S003F3: 128 bytes EEPROM (maybe more, YMMV)
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
11 changes: 6 additions & 5 deletions W1209-FD/target.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
; STM8S003F3 device and memory layout configuration

TARGET = STM8S003F3
TARGET = STM8S103F3 ; Complatible with STM8S003F3 - specs differ

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x407F ; STM8S003F3: 128 bytes EEPROM (maybe more, YMMV)
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
11 changes: 6 additions & 5 deletions W1209/target.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
; STM8S003F3 device and memory layout configuration

TARGET = STM8S003F3
TARGET = STM8S103F3

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x407F ; STM8S003F3: 128 bytes EEPROM (maybe more, YMMV)
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
11 changes: 6 additions & 5 deletions W1219/target.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
; STM8S003F3 device and memory layout configuration

TARGET = STM8S003F3
TARGET = STM8S103F3 ; Complatible with STM8S003F3 - specs differ

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x407F ; STM8S003F3: 128 bytes EEPROM (maybe more, YMMV)
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
11 changes: 6 additions & 5 deletions W1401/target.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
; STM8S003F3 device and memory layout configuration

TARGET = STM8S003F3
TARGET = STM8S103F3 ; Complatible with STM8S003F3 - specs differ

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x407F ; STM8S003F3: 128 bytes EEPROM (maybe more, YMMV)
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
9 changes: 5 additions & 4 deletions XH-M188/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

TARGET = STM8S103F3

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x427F ; STM8S103F3: 640 bytes EEPROM
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
10 changes: 5 additions & 5 deletions XH-M194/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

TARGET = STM8S105K4

RAMEND = 0x07FF ; system (return) stack, growing down
EEPROMEND = 0x43FF ; STM8S105K4: 1024 bytes EEPROM
FLASHEND = 0xBFFF ; 16 KiB devices
RAMEND = 0x07FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x43FF ; "EEEND" 640 bytes EEPROM
FLASHEND = 0xFFFF ; "FLASHEND" 32K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 2KiB RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 2KiB RAM
SPPLOC = 0x0750 ; SPP (data stack top), TIB start
RPPLOC = RAMEND ; RPP (return stack top)

12 changes: 6 additions & 6 deletions XY-LPWM/target.inc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
; STM8S003F3 device and memory layout configuration

TARGET = STM8S003F3
TARGET = STM8S103F3 ; Complatible with STM8S003F3 - specs differ

RAMEND = 0x03FF ; system (return) stack, growing down
; EEPROMEND = 0x427F ; STM8S103F3: 640 bytes EEPROM
EEPROMEND = 0x407F ; STM8S003F3: 128 bytes EEPROM (maybe more, YMMV)
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
11 changes: 6 additions & 5 deletions XY-PWM/target.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
; STM8S003F3 device and memory layout configuration

TARGET = STM8S003F3
TARGET = STM8S103F3 ; Complatible with STM8S003F3 - specs differ

RAMEND = 0x03FF ; system (return) stack, growing down
EEPROMEND = 0x407F ; STM8S003F3: 128 bytes EEPROM (maybe more, YMMV)
FLASHEND = 0x9FFF ; 8K devices
RAMEND = 0x03FF ; "RAMEND" system (return) stack, growing down
EEPROMBASE = 0x4000 ; "EESTART" EEPROM start address
EEPROMEND = 0x427F ; "EEEND" 640 bytes EEPROM
FLASHEND = 0x9FFF ; "FLASHEND" 8K devices

FORTHRAM = 0x0040 ; Start of RAM controlled by Forth
FORTHRAM = 0x0030 ; Start of RAM controlled by Forth
UPPLOC = 0x0060 ; UPP (user/system area) location for 1K RAM
CTOPLOC = 0x0080 ; CTOP (user dictionary) location for 1K RAM
SPPLOC = 0x0350 ; SPP (data stack top), TIB start
Expand Down
1 change: 0 additions & 1 deletion forth.asm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@

;****** STM8 memory addresses ******
RAMBASE = 0x0000 ; STM8 RAM start
EEPROMBASE = 0x4000 ; STM8 EEPROM start

; STM8 device specific include (provided by file in board folder)
; sets "TARGET" and memory layout
Expand Down
Loading

0 comments on commit 2ceb70d

Please sign in to comment.