User Activity

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 ...