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

swd communication failure MCB1700

I was trying to test my new MCB1700 Board (Keil).
I have not been able to get passed a Error:

swd communication failure

at this time. First I tried to use the JTAG connector with a ulink2
second I tried to use a adapter to the cortex 10 pin connector. Both give the same error.
I tried lowering the freuency to 1 MHZ.

Thanks for any suggestions

Parents
  • The boot loader in the processor will look at the state of one interrupt pin on reset (EINT2 for your processor) - and the straps on several development boards allows the UART handshake signals to control reset and this "magic" interrupt pin.

    This allows FlashMagic to automatically reset the board, signal "software download" mode, and then transfer new firmware.

    So most likely, your board always hung in the boot loader with no JTAG interface enabled in the processor.

Reply
  • The boot loader in the processor will look at the state of one interrupt pin on reset (EINT2 for your processor) - and the straps on several development boards allows the UART handshake signals to control reset and this "magic" interrupt pin.

    This allows FlashMagic to automatically reset the board, signal "software download" mode, and then transfer new firmware.

    So most likely, your board always hung in the boot loader with no JTAG interface enabled in the processor.

Children