You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NUCLEO_L432KC target has SRAM1 (48kB) at 0x2000 0000 and SRAM2(16kB) at 0x1000 0000. The SRAM2 is also mapped at 0x2000 C000. At present the SRAM2 is unused within mbed (except for interrupt vectors).
I recommend to specify in mbed that the SRAM1 is 64kB in size which gives us 16kB (25%) more available SRAM.
Please enhance it. I can do it, however I believe the task belongs to the ST team.