Other Parts Discussed in Thread: AM3359, AM3358
Hello all!
I'm completely new in this topic. I have the AM3359 ICE Board and I'm trying to flash the board with a program which controls one of the RGB EtherCAT leds (LED 5)
Blinking with one color, for example red, is working. But when I add the configurations for the other 2 (B&G) I cannot debug it. It tells me this:
<"Trouble Removing Breakpoint with the Action "Finish Auto Run" at 0x4030118c (address of my main)...>
I tried to figure out which function causes the error, and I added the configuration functions one after another, and it seems that the problem is with the GPIODirModeSet function, after adding it, it causes the error above.
Does anyone have an idea?
Thanks in advance,
Stefan
EDIT: I found some related threads, but they didn't help me...