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

LPC17xx can't enter ISP mode

Hi,
I got this problem with my LPC1768. I was working on my project and tried to use PLL, but I set to big MSel and my LPC is not responding now. I'm programing through JTAG with H-Jtag but it reads only signature of uC and nothing else. I tried to enter ISP mode but it seems not to go into. I put line 2.10 low and reset but flash magic and lpc21isp don't get respond from it. I'm sure I using good lines and UART0. Can anybody help?

Parents
  • I did a quick google search, just for curiousness.

    It seems the H-JTAG Can't debug CORTEX-M3 with KEIL.


    www.hjtag.com/.../viewthread.php

    IMPORTANT NOTES:
    1 - To debug CORTEX-M3, please use IAR 5.11 and above;
    2 - Can't debug CORTEX-M3 with KEIL, because the RDI interface of KEIL is not updated to supported CORTEX-M3;
    3 - For STM32F, please configue TAP according to the following pic, otherwise, can't debug;
    4 - To use auto flash download, please disable Use Flash Loader in IAR (shown below)

Reply
  • I did a quick google search, just for curiousness.

    It seems the H-JTAG Can't debug CORTEX-M3 with KEIL.


    www.hjtag.com/.../viewthread.php

    IMPORTANT NOTES:
    1 - To debug CORTEX-M3, please use IAR 5.11 and above;
    2 - Can't debug CORTEX-M3 with KEIL, because the RDI interface of KEIL is not updated to supported CORTEX-M3;
    3 - For STM32F, please configue TAP according to the following pic, otherwise, can't debug;
    4 - To use auto flash download, please disable Use Flash Loader in IAR (shown below)

Children