I want to use a part of SRAM2a of STM32WB50x from F/W of CPU1, what should I do?
I want to use a part of the memory of SRAM2a with CPU1 (M4) with STM32WB50x. Is that possible?
(01) I changed the LENGTH of RAM_SHARD of the ld file to 6K and buffered 10KByte from 0x20031800 of SRAM2a, but when I received many packets of Mac802.15.4, the contents of the buffer were changed and the Wireless Stack changed. I feel like I'm doing it.
(02) I changed the IPCCDBA of Option Byte of SRAM2a from 0x0 to 0x2800 and changed the ORIGIN of RAM_SHARD of the ld file to 0x20032800, but the IPCC receive interrupt did not occur.