Other Parts Discussed in Thread: AM263P4
Tool/software:
Hello.
I have a problems with code execution on AM263P4.
I have two applications, which are loaded to FLASH. One application load code of second one to RAM and call it by fixed pointer. This part works normally, I see 2ns applications code in the RAM on a correct place and PC an LR registers are loaded with correct data during application call (0x70047710: blx r2).
But after function is called, code stops execute. There is correct code on address 0x70100040 (C source is not opened in debug, as it is in other application, but disassembly is correct), but it does nothing. PC register is changed to +2 every assembly step, but no any assembly instructions actually executed. What can be the reason and how it can be fixed?