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.

can't debug example project (Log example ) CCS v5.5 OMAP-L138 using SYS/BIOS

Other Parts Discussed in Thread: OMAP-L138, OMAPL138

Hi,

Here is my configuration:

- CCS v5.5,

- OMAP-L138 (Avanet Spartan-6/OMAP-L138 Co-Processing Development Kit),

- Blackhawk XDS560v2-USB,

- SYS/BIOS 6.35.4.50.

I created the project Example Log from the example project (SYS/BIOS->C6000->OMAP-L1x->EVMOMAPL138->Generic examples->Log Example). I used the default OMAPL138.ccxml. I builded the project without errors and I clicked Debug. Balckhawk emulator is ok. I tested it with file OMAPL138.ccxml -> Test connection. It passed it.

The problem is that in Debug mode program is still running. It should be stopped by CCS on the beginning. When I use SYS/BIOS its continuously running. When I don't use SYS/BIOS (program has been written in C), after Debug program is suspended and then I can debug it line by line:

When I'm using SYS/BIOS program is running. Even when I put breakpoint in a code and then run debug mode, program ist still running.

How can I configure CCS v5.5 in order to use the debug mode and SYS/BIOS? Is there any option, that should I mark? I'd like to have situation that program is stopping on the beginning.

Thank you.