Unable to trigger Cortex-m4 from cortex-A7 in STM32MP157
Hello
We are using STM32MP157 in our custom board.
We are trying to trigger Cortex-M4 from Cortex - A7 BareMetal software.
In this we generated cortex-M4 code in CubeMX and debugging with ST32CubeIDE and in debug it's working fine.
we configured memory in cortex-M4 as per following
MEMORY
{
RETRAM_interrupts (xrw) : ORIGIN = 0x00000000, LENGTH = 0x00000600
SRAM1_text (xrw) : ORIGIN = 0x10000000, LENGTH = 128K
SRAM2_data (xrw) : ORIGIN = 0x10020000, LENGTH = 128K
}
We take a .bin file of Cortex-M4 and triggered from Cortex-A7 BareMetal software, while triggered getting following observations
1) If SRAM1_text is < 64KB, it has triggered from Cortex-A7 and working fine.
2) If SRAM1_text is >64KB, it has not triggered from Cortex - A7 but it's it works when debug with ST32CubeIDE.
3) This Cortex-M4 project .elf file works in U-Boot while loading .elf file with rproc commands and with rproc start 0 ,it triggered.
Here, our problem is, If SRAM1_text is > 64KB, we are unable to triggered from cortex-A7 BareMetal software.
Can anyone help me in this regrads
regards
srikanth
