Skip to content

Commit

Permalink
Merge pull request #41 from sparkfun/asb_updates
Browse files Browse the repository at this point in the history
Asb updates
  • Loading branch information
oclyke authored Jul 30, 2019
2 parents 0035d9b + 4fd7f8b commit 2b81425
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ambiq/ambiq_bin2board.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@ def upload(args, verboseprint):
#Give bootloader a chance to run and check bootload pin before communication begins. But must initiate com before bootloader timeout of 250ms.
time.sleep(0.100) #100ms works well

ser.reset_input_buffer() # reset the input bufer to discard any UART traffic that the device may have generated

connect_device(ser, args, verboseprint)

if(loadSuccess == True):
Expand Down
Binary file modified tools/ambiq/linux/ambiq_bin2board
Binary file not shown.
Binary file modified tools/ambiq/macosx/ambiq_bin2board
Binary file not shown.
Binary file modified tools/ambiq/windows/ambiq_bin2board.exe
Binary file not shown.

0 comments on commit 2b81425

Please sign in to comment.