Skip to content

Programming package - includes firmware image

Compare
Choose a tag to compare
@bigjosh bigjosh released this 21 Apr 04:51
· 50 commits to main since this release

Update to work around an issue where MSP430Flasher silently ignores a second consecutive read command. This made the device id field in airtable always be the same (wrong) value.

So instead we are now only doing one single big read that includes all the regions we need, then we extract the bytes we want from that big read. Slightly wasteful & more complex, but it works.