Skip to content

Commit 2b81425

Browse files
authored
Merge pull request #41 from sparkfun/asb_updates
Asb updates
2 parents 0035d9b + 4fd7f8b commit 2b81425

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

tools/ambiq/ambiq_bin2board.py

+2
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@ def upload(args, verboseprint):
426426
#Give bootloader a chance to run and check bootload pin before communication begins. But must initiate com before bootloader timeout of 250ms.
427427
time.sleep(0.100) #100ms works well
428428

429+
ser.reset_input_buffer() # reset the input bufer to discard any UART traffic that the device may have generated
430+
429431
connect_device(ser, args, verboseprint)
430432

431433
if(loadSuccess == True):

tools/ambiq/linux/ambiq_bin2board

-438 KB
Binary file not shown.

tools/ambiq/macosx/ambiq_bin2board

-1.67 KB
Binary file not shown.
298 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)