This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Breakpoint unstable while debug cyclone V soc

Hi,

when I debug the cycloneVsoc the breakpoint is usually unstable using auto semihosting

As you can see I didnt set any breakpoint setting but it still stopped.

Another issue would be when I set the breakpoint in some lines, it did stop and cant step through.

Sometimes when I want to use step it just ran the whole thing.

When I disconnect, reboot the board the issue still exist.

Any idea to solve this problem?

Reguards.

Alex

Parents
  • HI Alex,

    It is hard to say for sure without seeing the disassembly underneath, but probably the command:

    set semihosting enabled off

    Should clear this (assuming your code does not contain any semihosting operations).

Reply
  • HI Alex,

    It is hard to say for sure without seeing the disassembly underneath, but probably the command:

    set semihosting enabled off

    Should clear this (assuming your code does not contain any semihosting operations).

Children