-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
program.py
to workaround an MSPFlasher issue
MSPFlasher seems to silently ignore the second read command in a sequence, so we instead now do one big read command that dumps the full range that includes all the bytes we need rather than dumping the specific smaller ranges. Then we parse out the bytes we need from the resulting dump. More complicated and dumps more bytes than we need, but works.
- Loading branch information
Showing
5 changed files
with
579 additions
and
565 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.