补充:
使用LPC3250 Loader.exe出现“No valid serial response received with 5 second”的超时信息。
在lpclinux上找到TeraTerm的脚本烧写文件“Burner.TTL”尝试烧写出现“Burn process terminated[Boot fireware protocol timeout]”两个问题应该是一样的。
我看了一下Burner.TTL的源码,里面有一段- ;; Send the burner to Boot ROM firmware
- sendfile BURNER 1
- errstr = "Burner protocol timeout"
- ;; Wait for Burner to come alive
- wait 'X'
- if result=0 goto close_err
- send 'p'
|