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
STM32L476xx SRAM is split into two blocks:
• 96 Kbyte mapped at address 0x2000 0000 (SRAM1)
• 32 Kbyte located at address 0x1000 0000 with hardware parity check (SRAM2).
Only the SRAM1 is managed.
One enhancement could be done to use SRAM1 for the heap
and SRAM2 for the stack. (Refer to MBED)
Signed-off-by: Frederic.Pillon <[email protected]>
0 commit comments