I could make llce run by loading 0x34000000, and individually I could make ipcf run by loading address 0x34100000, so my question is how to make both simultaneously run under boot starm7 command? Because llce binary file above 5M size.
Also, I tried modifying linker, it seems that init_ram address + image size > reset handler address, which made startm7 failed. How to correct this issue ? THanks