Other Parts Discussed in Thread: LAUNCHXL2-RM57L, HALCOGEN
Hi TI Team,
I currently working on a project based on ethernet bootloader. The Application code was transfering but not executing.
Here below i have mentioned the address used in application code,
VECTORS (X) : origin=0x00020020 length=0x00000020
FLASH0 (RX) : origin=0x00020040 length=0x0015FFC0
FLASH1 (RX) : origin=0x00180000 length=0x00180000
STACKS (RW) : origin=0x08000000 length=0x00001500
RAM (RW) : origin=0x08001500 length=0x0003EB00
My APP start address was 0x00020020.The code executing some time but suddenly occurs data abort exception. My app bin size size was 112KB I have allocated 128KB for APP IMAGE FILE. Other than this project all other project which are smaller bin size like 32kb,12bkb lesser than that was perfectly executing with the same procedure. But the main project i have made was not executing.
I have searched several thread regrading this problem, I was increased the stack memory space. I have tried them but issue was not cleared,
Please guide me what was the mistake i have made.
Thanks in Advance,
Best Regards,
A. Ajith Kumar