Advertisement
Guest User

Untitled

a guest
May 24th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. MSP430 Bootstrap Loader Version: 1.39-goodfet-8
  2. Mass Erase...
  3. Traceback (most recent call last):
  4. File "/usr/bin/tos-bsl", line 1918, in <module>
  5. main(0);
  6. File "/usr/bin/tos-bsl", line 1833, in main
  7. for f in toinit: f()
  8. File "/usr/bin/tos-bsl", line 1098, in actionMassErase
  9. 0xa506) #Required setting for mass erase!
  10. File "/usr/bin/tos-bsl", line 758, in bslTxRx
  11. rxFrame = self.comTxRx(cmd, dataOut, len(dataOut)) #Send frame
  12. File "/usr/bin/tos-bsl", line 440, in comTxRx
  13. rxHeader, rxNum = self.comRxHeader() #receive header
  14. File "/usr/bin/tos-bsl", line 346, in comRxHeader
  15. if not hdr: raise BSLException("Timeout")
  16. __main__.BSLException: Timeout
  17. make: *** [program] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement