cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB Shared RAM

marc6hbbs
Visitor

Hello, on STM32WB is it possible to use shared RAM for the user app?

For example, I have the following on my STM32WB15CC:

FLASH (rx)                 : ORIGIN = 0x08000000, LENGTH = 162K
RAM1 (xrw)                 : ORIGIN = 0x20000008, LENGTH = 0x2FF8
RAM_SHARED (xrw)           : ORIGIN = 0x20030000, LENGTH = 10K

ram3.png

Does that mean unused RAM above the last object (APPD_GeneralConfig) can be used by the user app?

0 REPLIES 0