My configuaration:the TMDSLCDK board, the OMAP-L138 processor, CCS 6.0.1, SYS/BIOS bios_6_42_03_35
I try to use quickStartOMAPL1x_rCSL with the ARM core. When I use a part of any ARM example I get an error in each case when I call the following instruction:
_call_swi(ARM_PRIV_MODE_KEY);
This instruction throws an assembler instruction: "SWI #0x50000". It looks well until I realized which code it calls. There are some screenshots which help to understand a situation:
Thi is the start point of the problem.
This is a situation after SWI was called. CPU wants to execute a program at the address 0xC30049A4. What is situated at this address?
Oops! It's a common exception handler!
Why I get an exception handler instead of normal execution of a code?