-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write failure error code 7 #84
Comments
Shravan Bommu <[email protected]> writes:
Writing failure to the msp4305152.
Error code 7:
Error reading data in line number xx.
The same hex file successfully working on other mechines.
Os: ubuntu
Hardware:raspberry pi b+
Hi Shravan,
Are you able to post a full transcript of the mspdebug session and
perhaps the hex file as well?
Cheers,
Daniel
…--
Daniel Beer <[email protected]> http://dlbeer.co.nz/
PGP: BA6E 0B26 1F89 246C E3F3 C910 1E58 C43A 160A 553B
|
Hi Daniel, |
Shravan Bommu <[email protected]> writes:
11:11:24 Device: MSP430F5152
11:11:24 Writing 128 bytes at 1800...
11:11:25 Writing 4096 bytes at c000...
11:11:27 Writing 4096 bytes at d000...
11:12:40 tilib: MSP430_Memory: Could not write device memory (error = 7)
11:12:40 titext: data error on line 523
That appears to be an in-range write for that device.
This looks like a bug in libmsp430.so/MSP430.DLL. Have you tried using
the latest version of the TI library? Failing that, you might need to
report the bug to TI.
Cheers,
Daniel
…--
Daniel Beer <[email protected]> http://dlbeer.co.nz/
PGP: BA6E 0B26 1F89 246C E3F3 C910 1E58 C43A 160A 553B
|
Writing failure to the msp4305152.
Error code 7:
Error reading data in line number xx.
The same hex file successfully working on other mechines.
Os: ubuntu
Hardware:raspberry pi b+
The text was updated successfully, but these errors were encountered: