Skip to content

MPS2-AN385 SRAM does not match what the documentation page says #34474

@AfflatusX

Description

@AfflatusX

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:

  1. west build -b mps2_an385 samples/net/sockets/echo_server

  2. 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

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions