Is possible to debug two Kinetis microcontrollers at the same time with different workspace in code warrior with the same PC?
I'm debugging with PE micro Multilink Universal but I have two Multilink Universal.
已解决! 转到解答。
Hi Ivan,
What you need is to have your own debug configuration for each board/connection.
I wrote a 'how-to-guide' with screenshots as it is not that easy to explain with just a few words.
Have a look here:
Debugging the same Project Multiple Times in Parallel with Eclipse | MCU on Eclipse
I hope this helps? I'm using MCU10.5.
Erich
Yes. I'm doing this normally inside the same workspace, within one CodeWarrior Eclipse IDE. No need to have different workspaces or different IDEs up and running, you can debug multiple processors at the same time without any problems. All what you need to do in the run configuration to select the proper Multilink (every multilink has a hardware ID).
I hope this helps.
This solution is only to use Run but I can't use Debug, I'm trying to debug two microcontrollers at the same time in the same workspace step by step, because they are communicating through SPI and I need to test, if they are transmitting the correct data.
I tried to debug at the same time and code warrior showed me the following problem:
Hi Ivan,
What you need is to have your own debug configuration for each board/connection.
I wrote a 'how-to-guide' with screenshots as it is not that easy to explain with just a few words.
Have a look here:
Debugging the same Project Multiple Times in Parallel with Eclipse | MCU on Eclipse
I hope this helps? I'm using MCU10.5.
Erich