This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP L138

Hello, I use the CCS 4.2.1 to develop my software for the ARM9-Part. Operating system is SCIOPTA. A little demo program from SCIOPTA is running well. But my great program has the problem, that the source-File and the generated assembler commands does not correspond. See my code snip.

            _start, _start, _c_int00:
0xC0012720:   0000E59F MULEQ         R0, PC, R5
1386         cmp r0,#0
0xC0012724:   FF30E350 .word         0xFF30E350
1388         blxne r0
0xC0012728:   1010112F ANDNES        R1, R0, PC, LSR #2
1393         ldr r1,st_sc_sysProcDispatcher
0xC001272C:   0000E59F MULEQ         R0, PC, R5
1394         cmp r0,#0
0xC0012730:   FF11E350 .word         0xFF11E350

what can be the reason for this effect ?

 

best regards

volker