我想在FRDM-KL03Z上使用ROM bootloader烧写程序,擦除Flash已经成功了,但是写入总是失败。请问各位大侠,这是什么原因引起的,该如何解决?这里先谢谢了!
下面是**作过程中blhost.exe输出的信息:
D:\Temp\FSL_Kinetis_Bootloader_1_1_0\bin\win>blhost -p COM7 -- get-property 1
Ping responded in 1 attempt(s)
Inject command 'get-property'
Response status = 0 (0x0) Success.
Response word 1 = 1258356736 (0x4b010000)
Current Version = K1.0.0
D:\Temp\FSL_Kinetis_Bootloader_1_1_0\bin\win>blhost -p COM7 -- flash-erase-all
Ping responded in 1 attempt(s)
Inject command 'flash-erase-all'
Successful generic response to command 'flash-erase-all'
Response status = 0 (0x0) Success.
D:\Temp\FSL_Kinetis_Bootloader_1_1_0\bin\win>blhost -p COM7 -- write-memory 0 kl03_hello.bin
Ping responded in 1 attempt(s)
Inject command 'write-memory'
Preparing to send 5240 (0x1478) bytes to the target.
sendCommandGetResponse.writePacket error 5.
Response status = 10004 (0x2714) No response packet from target device.
Wrote 0 of 5240 bytes. |