-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Labels
area: ARMARM (32-bit) ArchitectureARM (32-bit) Architecturearea: Boardsarea: DocumentationbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
We're using MPS2-AN385 + QEMU for unit tests, and noticed when building for that board, both FLASH and SRAM reports 4MB for region size. According to https://docs.zephyrproject.org/2.5.0/boards/arm/mps2_an385/doc/index.html it has 8MB SRAM. Is the discrepancy expected?
To Reproduce
Steps to reproduce the behavior:
-
west build -b mps2_an385 samples/net/sockets/echo_server
-
build reports:
FLASH: 127596 B 4 MB 3.04% SRAM: 72120 B 4 MB 1.72%
Expected behavior
It should match the spec mentioned in the document.
Impact
We need more than 4MB SRAM, this is stopping us from using the board for unit testing purpose.
Environment (please complete the following information):
- OS: Linux
- Toolchain Zephyr SDK
- Commit SHA or Version used - 2.3.0
Metadata
Metadata
Labels
area: ARMARM (32-bit) ArchitectureARM (32-bit) Architecturearea: Boardsarea: DocumentationbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug