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.

CCS/OMAP-L138: OMAP-L138/SYSBIOS:

Part Number: OMAP-L138
Other Parts Discussed in Thread: OMAPL138, , TMDSLCDK138

Tool/software: Code Composer Studio

Hello!

I'm using MityDSP-L138 with PROCESSOR-SDK-RTOS-OMAPL138 (Windows 10). I want to work with kernels ARM9 and C67x using SYS/BIOS 6.76.
With C67x none problems, but with ARM the next problem:

After load into memory program start on address 0xC303AD24.
When I run program in ARM9 - the program hang on after BIOS_start(), the idle loop start and do 100 - 1300 loops (it's constant value after download programm into memory by JTAG XDS100v3).
After it (100 - 1300 loops) the ARM9 hand on (programm debug counter stop into idle loop) and start run in the section where is no symbols are defined (address 0x00082BC4 for example).
What is happend? What am I wrong about?

After I run ARM9, I can't connect into C67xx. 

May it be program or data memory overlaps?