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

ULINK with 1.8V micro

I have an AT91SAM7SE-EK, and a new board of our own design.
I can successfully program both boards using SAM-PROG.

I also have a ULINK (not ULINK2).
I can program my code onto the eval kit using the ULINK, but on our own board I get a different error almost every time. The error is usually "Flash Timeout" or "Cannot Load Flash Programming Algorithm".

Our own board has the same micro as the EK, but running at 1.8V, not 3.3V. (For system reasons, our micro has to remain at 1.8V - I can't alter it.)

Q1: Is the ULINK designed to work with micros running at 1.8V?

Q2: If yes to Q1, is there anything special I have to do to make it work at 1.8V?

Q3: If no to Q1, would a ULINK2 solve the problem?

Parents Reply Children
  • Thanks Robert,

    I'd never opened the ULINK up, and didn't know about that jumper. It turns out it was in the right place already, but your suggestion put me on the right track.

    The problem was our VCC line to the JTAG was 3V3. Changing it to 1V8 did the trick, and it all works perfectly now.

    Thanks again,
    Paul.