Content originally posted in LPCWare by Belgam21 on Wed May 15 05:57:40 MST 2013I had high hopes for the resetting whilst holding down ISP but nothing. And the enumeration is in order aswell is the winUSB driver correctly installed.
reinstalled the DFU tool and it works. <span class="st"><span class="f"></span> ¯\_(ツ)_/¯</span>
<span class="st">I dropped this route for a while because it programs pretty wel through UART. But the company I'm working with wants me to make the USB work, so I was wondering if you could look through these LOG files.</span>
************************************ USING EXAMPLE lpclink2_led_fast_toggle AND ALGO. "any"
PROGRAM STEP #0
Programming algorithm file :C:\Users\Ruben\Desktop\dfusec_v1_10\dfusec\Programming_algorithms\iram_dfu_util_any.bin.hdr
Program image file :C:\Users\Ruben\Desktop\dfusec_v1_10\dfusec\Prebuilt_examples\lpclink2\lpclink2_led_fast_toggle.bin
Algorithm file : Simple CRC = : 405310
Image file : Simple CRC = : 1179291
Inserting checksum at 32-bit offset 7 in program image
Downloading programming algorithm via DFU ROM boot
DFU programming algorithm download complete
Waiting up to 4s for programming algorithm detection after DFU download
Device detected: Programming algorithm
Program algorithm reports a 2048 byte transfer buffer size
*Starting erase operation* ADDR:0x1A000000, SIZE:32768 bytes
Error sending erase command to programming algorithm
Error polling status
************************************ USING EXAMPLE mcb1857_enet_demo_iflash AND ALGO. "any"
PROGRAM STEP #0
Programming algorithm file :C:\Users\Ruben\Desktop\dfusec_v1_10\dfusec\Programming_algorithms\iram_dfu_util_any.bin.hdr
Program image file :C:\Users\Ruben\Desktop\dfusec_v1_10\dfusec\Prebuilt_examples\keil1857\mcb1857_enet_demo_iflash.bin
Algorithm file : Simple CRC = : 405310
Image file : Simple CRC = : 495250
Inserting checksum at 32-bit offset 7 in program image
Downloading programming algorithm via DFU ROM boot
DFU programming algorithm download complete
Waiting up to 4s for programming algorithm detection after DFU download
Device detected: Programming algorithm
Program algorithm reports a 2048 byte transfer buffer size
*Starting erase operation* ADDR:0x1A000000, SIZE:32768 bytes
Error sending erase command to programming algorithm
Error polling status
************************************ USING EXAMPLE Blinky_FlashA AND ALGO. "any"
PROGRAM STEP #0
Programming algorithm file :C:\Users\Ruben\Desktop\dfusec_v1_10\dfusec\Programming_algorithms\iram_dfu_util_any.bin.hdr
Program image file :C:\Users\Ruben\Dropbox\StageNEWTEC\Blinky\Blinky_FlashA.bin
Algorithm file : Simple CRC = : 405310
Image file : Simple CRC = : 348351
Inserting checksum at 32-bit offset 7 in program image
Downloading programming algorithm via DFU ROM boot
DFU programming algorithm download complete
Waiting up to 4s for programming algorithm detection after DFU download
Device detected: Programming algorithm
Program algorithm reports a 2048 byte transfer buffer size
*Starting erase operation* ADDR:0x1A000000, SIZE:32768 bytes
Error polling status
************************************ USING EXAMPLE Blinky_FlashA AND ALGO. "iflash"
PROGRAM STEP #0
Programming algorithm file :C:\Users\Ruben\Desktop\dfusec_v1_10\dfusec\Programming_algorithms\iram_dfu_util_iflash.bin.hdr
Program image file :C:\Users\Ruben\Dropbox\StageNEWTEC\Blinky\Blinky_FlashA.bin
Algorithm file : Simple CRC = : 634017
Image file : Simple CRC = : 348351
Inserting checksum at 32-bit offset 7 in program image
Downloading programming algorithm via DFU ROM boot
DFU programming algorithm download complete
Waiting up to 4s for programming algorithm detection after DFU download
Board programming algorithm failed to start
************************************
I'm simply at a loss here. I couldn't even guess what the problem here is.
As a remark I want to mention that the program <code>Blinky_FlashA.bin </code>has been tested and works fine on the board, I've programmed it with UART.
Thanx for your time