Skip to content

S32Z270DC2 defined SRAM region too small for almost all workloads #60217

@benmordaunt

Description

@benmordaunt

The S32Z270DC2 board DeviceTree includes its chosen SRAM definition node from SoC dts dts/arm/nxp/nxp_s32z27x_r52.dtsi, which presents as:

sram0: memory@31780000 {
        compatible = "mmio-sram";
        reg = <0x31780000 DT_SIZE_M(1)>;
};

... offering 1MiB of application storage for an image programmed directly into RAM.
At least on the S32Z270DC2 evaluation board, it is known that a significantly larger region exists at 0x32100000 with size DT_SIZE_M(7), though without direct access to a datasheet myself, it is difficult to elaborate on this.

Can someone with more insight look into updating this board's SRAM definitions?
As it is only currently possible to run applications directly from SRAM using Lauterbach NXP programming tools on this board, a greater SRAM size is greatly desired.

Thanks.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions