efm8load icon indicating copy to clipboard operation
efm8load copied to clipboard

efm8 bootloader upload tool - plain python implementation

Results 3 efm8load issues
Sort by recently updated
recently updated
newest added

This is the one I have. I did put it on a breakout board just to expose each pin, used the UART (TX/RX) to communicate with it, and ran this...

I get this error `ERROR: serial read timed out `while trying to run the script in it's simplest form: `python3 efm8load.py -i` It seems that the TX led of the...

- Added a progress bar to the dump/read function - Added support for EFM8BB52F32G - Improved the readme.md - Included `AN945: EFM8 Factory Bootloader User's Guide` PDF for VVDD information