• LPC1788 - Problem with breakpoints / debugging in external Flash
    Hi All, Apologies because the same (or at least similar) topic has already been asked in http://www.keil.com/forum/19204/ , but for some reason it's impossible to post a reply there (thread declared...
  • LPC1788 - Problem with breakpoints / debugging in external Flash
    Hi All, Apologies because the same (or at least similar) topic has already been asked in http://www.keil.com/forum/19204/ , but for some reason it's impossible to post a reply there (thread declared...
  • LPC1788 problem with USB host
    Hello. My CPU is LPC1788. I have code like this: void TestFunc(void) { if(finit ("U0:") == 0) { while(1) { usbh_engine_all(); if(usbh_msc_status(0, 0)) { . . . } if(Exit) break; ...
  • LPC1788 problem with USB host
    Hello. My CPU is LPC1788. I have code like this: void TestFunc(void) { if(finit ("U0:") == 0) { while(1) { usbh_engine_all(); if(usbh_msc_status(0, 0)) { . . . } if(Exit) break; ...
  • JTAG and SWD problems with LPC1788
    Hi all Hope someone can help me a bit. I can get the SWD to work, or partial at least. JTAG not at all JTAG: If I select JTAG as the interface in KEIL, the CPU can be detected and the interface...