• LPC2362 Not entering ISP mode
    Hi All, I have a strange problem with my board LPC2362. The fresh controller is getting programmed for the very first time. And the second time onwards the controller is not entering into ISP mode...
  • 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...
  • Entering ISP mode via user program
    Hi, I am using LPC2364 controller. I tried to invoke ISP via IAP. I used the below code. #define IAP_LOCATION 0x7FFFFFF1 #define IAP_CMD_ReinvokeISP 57 #define iap_entry(a, b) ((void (*)()...
  • if (0) condition, but entered.
    Hi, I am using GNU compiler in uVision 3.51. A portion of code is simliar to below: X = 100; Y = 100; If(x!=y){ Xxxx; }else{ Yyyy; } By using break point, i found that both Xxxx and Yyyy...
  • CANNOT ENTER INTO DEBUG MODE
    hi i am using STM32L432KCU6 controller .while trying to flash the code i am getting the error "Cannot enter into debug mode" and also cannot access memory. what can be the issue? i have mounted 10...