Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
logix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
logix
Commits
fd54fd93
Commit
fd54fd93
authored
5 years ago
by
schneider
Browse files
Options
Downloads
Patches
Plain Diff
Update memorymap.md
parent
925d155d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
en/firmware/memorymap.md
+41
-1
41 additions, 1 deletion
en/firmware/memorymap.md
with
41 additions
and
1 deletion
en/firmware/memorymap.md
+
41
−
1
View file @
fd54fd93
...
...
@@ -7,7 +7,47 @@ title: Memory Map
## Flash
```
| Address | Usage |
|------------|--------------------|
|0x100F FFFF | |
| | Core 1: 512 kB |
|0x1008 0000 | |
|------------|--------------------|
|0x1007 FFFF | |
| | Core 0: 448 kB |
|0x1001 0000 | |
|------------|--------------------|
|0x1000 FFFF | |
| | Bootloader: 64 kB |
|0x1000 0000 | |
|------------|--------------------|
```
## Ram
```
| Address | Usage |
|------------|-----------------------|
|0x2008 BFFF | |
| | API Parameters: 48 kB |
|0x2008 0000 | |
|------------|-----------------------|
|0x2007 FFFF | |
| | Core 1: 256 kB |
|0x2004 0000 | |
|------------|-----------------------|
|0x2003 FFFF | |
| | Core 0: 256 kB |
|0x2000 0000 | |
|------------|-----------------------|
```
## External Flash
```
| Address | Usage |
|------------|-----------------------|
|0x0080 0000 | |
| | FAT file system: 8 MB |
|0x0000 0000 | |
|------------|-----------------------|
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment