CM0PLUS on stm32wl55 doesn't start if start address changed from 0x08020000 to 0x08027800
Hello all,
I am working on dual core stm32wl55.
If the start address of CM4 is 0x08000000 and the start address of CM0 is 0x08020000, then everything works well, both applications work fine.
But if i change the address location of the CM0 from 0x08020000 to 0x08027800, the the CM0 doesn't work, only CM4.
The STM32WL55JCIX_FLASH.ld of CM0:
system_stm32wlxx.c
Does anyone have an idea what is wrong?