-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Labels
Feature RequestA request for a new featureA request for a new featureplatform: NXP S32NXP Semiconductors, S32NXP Semiconductors, S32priority: lowLow impact/importance bugLow impact/importance bug
Description
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
Feature RequestA request for a new featureA request for a new featureplatform: NXP S32NXP Semiconductors, S32NXP Semiconductors, S32priority: lowLow impact/importance bugLow impact/importance bug