mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
8a6b71b0bb
Adding s and ns examples, including a reference TFM
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
MEMORY
|
|
{
|
|
/* Trusted Firmware-M (TF-M) is flashed at the start */
|
|
FLASH : ORIGIN = 0x00008000, LENGTH = 0xf8000
|
|
RAM (rwx) : ORIGIN = 0x2000C568, LENGTH = 0x33a98
|
|
}
|
|
|