Skip to content
Commit 73e8fa25 authored by Maximilian Werner's avatar Maximilian Werner Committed by Benjamin Cabé
Browse files

dts: arm: nxp: mcxc141: Fix sram base address

The current nxp_mcxc141.dtsi sets the SRAMs base address
to 0x1FFF_F000. This leads to the mcxc141 faulting during
initialization when the first write to SRAM occurs:

z_prep_c -> z_bss_zero -> z_early_memset -> memset

The correct base address is 0x1FFF_F800. This information
is not obvious in the "MCX C24X Sub-Family Reference Manual,
Rev. 1, 07/2024". The address was taken from an MCUXpresso
IDE sample project.

Link: https://www.nxp.com/webapp/Download?colCode=MCXC24XP64M48RM



Signed-off-by: default avatarMaximilian Werner <maximilian.werner96@gmail.com>
parent bfb4ce57
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment