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

Debugging tool with ST10

Hello,

I need to develop an application with a ST10F276.
I would buy an eval board such as STEVAL-IFN001V2.
I would use the pk166 development environment.
My question is how can I debug with such a dev board ?
Can I use a ULINK2 ? I guess no because it seems that only µPSD targets from ST are
usable with the ULINK2.
Any suggestion ?

Thanks so much

E.T.

Parents
  • I use the same processor. As far as I know the only options for debugging are to install a monitor program into the processor (which I think has limitations like all code must run in RAM) or to use the uVision simulator. The simulator is incredibly good. We run a very complex system entirely on the simulator for debugging and I have yet to find a situation where the hardware and simulator have differed (within reason). Make sure to use the debug functions. We have a 2000 line set of debug functions which the simulator executes to simulate the target hardware.

Reply
  • I use the same processor. As far as I know the only options for debugging are to install a monitor program into the processor (which I think has limitations like all code must run in RAM) or to use the uVision simulator. The simulator is incredibly good. We run a very complex system entirely on the simulator for debugging and I have yet to find a situation where the hardware and simulator have differed (within reason). Make sure to use the debug functions. We have a 2000 line set of debug functions which the simulator executes to simulate the target hardware.

Children
No data