Skip to content

Asb updates #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 30, 2019
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.