Hi
I am trying to add automation in my project execution. For the same, using the TCL scripts for flashing the binaries to the board. In order to bring the MCU in operation, currently need to reset the ECU externally. But looking for some option in the CodeWarrior IDE itself which can remove this manual intervention.
Tried to explore the IDE. Found an option "Execute Reset" but somehow it is not working.
Looking for help.
Hi,
Can you indicate:
1) which MCU are you targeting
2) which CodeWarrior version are you using
3) debug probe used to connect to your board
This will help to answer the question much faster.
BR.
Stan
Hi,
did you try reset h command in TCL script? But it is possible that such command is not supported by your debug probe. More details you can find on page 39 in the guide which you shared in previous thread.
reset h cmd is used for debugging session not flashing