Hello,
I'm trying to simulate an application that is already running on an OMAP L138 eXperimenter Kit from LOGIC PD, so in the Traget Configuration File I've selected TI Simulator > ARM926EJ-S (which is the ARM core of the OMAP L138), but I've two problems :
- In debugger (on the simulator target) when I launch the execution and reach the following line of code :
_call_swi(ARM_PRIV_MODE_KEY);
Instead of jumping to the address 0xFFFF0008 (like when executed on the board) it try to jump to the address 0x00000008 but their is nothing at this address.
And I have no idea why the behavior is different in on the board end in the simulator.
- My second problem is when I launch the debugger on the simulator target and I try to connect IRQ or FIQ (Pin Connect feature) to a file containing this line :
100 (+100) rpt EOS
but then Code composer simply crash.
I have two questions:
- Is their any mistake in the line "100 (+100) rpt EOS" ?
- I'm trying to simulate a timer interrupt which on the OMAP L138 is the IRQ 21 or on the simulator I only have access to IRQ and FIQ pin, how can I specify that I want to trigger the IRQ 21 ?
Thank you for any help you can provide me.
Arthur