Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.