Issues migrating from stm32wb5mmg to stm32wb1mmc
Hello.
I have encountered an issue during the migration from STM32WB5MMG to STM32WB1MMC.
When I generate the default code using CubeMX with STM32WB1MMC, no errors occur. However, when I try to transfer the code I was using with STM32WB5MMG to STM32WB1MMC, errors arise. Of course i have undergone the migration from STM32WB5MMG to STM32WB1MMC.
Below, I'll outline my current situation.
During compilation with IAR, I ran into an error.

Upon checking the source size via the map file, it appears as follows:

After examining the RAM size, it seems that the capacity of SRAM1 is less than 12K. I believe this shouldn't cause a compilation error.

What actions can I take to address this issue?
