| commit | b2c9db7606ddcbe8e7363a40140ef883fde4ab0c | [log] [tgz] |
|---|---|---|
| author | Erwan Gouriou <erwan.gouriou@st.com> | Wed Nov 06 09:33:22 2024 +0100 |
| committer | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Fri Nov 08 09:24:55 2024 -0600 |
| tree | 438b1b79a452dbd29ab14727530f9661b1b75db6 | |
| parent | 7c40b071e448f57868b56b67d2f5bd23443c232a [diff] |
boards: st: stm32l5: Fix TF-M by restricting Libc malloc aera By default, libc malloc allocated area is using all available RAM. For some yet unknown reason, this conflicts with TF-M resulting in a Hard Fault before jumping in the non secure application. For now, define a Libc malloc area defined to 2048 which is the default in some other typical applications (ARMv7 targets enabling USERSPACE). Fixes #77847 Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>