mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-02-04 06:13:00 +08:00
Added QP Functional Safety (FuSa) Subsystem Memory Isolation with MPU Added QAsm abstract state machine base class Added memory marker to QEvt and rearranged memory layout Updated: QP-FreeRTOS, QP-ESP-IDF,QP-Zephyr Added drift-free ticking for QP-POSIX Reorganized documentation Updated 3rd_party
23 lines
665 B
Plaintext
23 lines
665 B
Plaintext
; *************************************************************
|
|
; *** Scatter-Loading Description File generated by uVision ***
|
|
;
|
|
; Adapted by Quantum Leaps:
|
|
; moved STACK as the first section in RW_IRAM1
|
|
; *************************************************************
|
|
|
|
LR_IROM1 0x08000000 0x00080000 { ; load region size_region
|
|
ER_IROM1 0x08000000 0x00080000 { ; load address = execution address
|
|
*.o (RESET, +First)
|
|
*(InRoot$$Sections)
|
|
.ANY (+RO)
|
|
.ANY (+XO)
|
|
}
|
|
RW_STACK 0x20000000 { ; <== Quantum Leaps
|
|
* (STACK, +First)
|
|
}
|
|
RW_IRAM1 +0 (0x00014000 - 2048) { ; NOTE: 2048 assumed for STACK size!
|
|
.ANY (+RW +ZI)
|
|
}
|
|
}
|
|
|