-
Notifications
You must be signed in to change notification settings - Fork 0
Xita Hardware Configuration
Cody Fagley edited this page Jul 20, 2021
·
3 revisions
Below find an example Memory Map as defined for Raspberry Pi 3 (and 3B, 3B+).
| Address | Purpose |
|---|---|
| 0x00080000 | Bootloader Entrance |
| 0x3F000000 | BEGIN: GPIO Firmware Memory Mapping |
| 0x3FFFFFFF | END: GPIO Firmware Memory Mapping |
| 0x40040000 | Pointer to Tree of Active Memory Nodes |
| 0x40040008 | Pointer to Module Scope Tree |
| 0x40040010 | Pointer to Process Queues |
| 0x40040018 | Pointer to Filesystem Data |
| 0x40040020 | Reserved |
| 0x40041000 | BEGIN: General Dynamic Memory |
| 0xFFFFFFFF | END: General Dynamic Memory |