2024-11-28 03:01 AM
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
Does that mean unused RAM above the last object (APPD_GeneralConfig) can be used by the user app?