]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commit
PRSDK-7492: Board: Fix for Uniflash host failure on Windows REL.CORESDK.07.00.00.24
authorM V Pratap Reddy <x0257344@ti.com>
Mon, 1 Jun 2020 10:31:06 +0000 (16:01 +0530)
committerSivaraj R <sivaraj@ti.com>
Mon, 1 Jun 2020 11:06:28 +0000 (06:06 -0500)
commit23c6a7730bee4db18fab03f5ea0b73a78e054cb6
treee3e1f35e3ded59b03e6abf95a1050549fbe27595
parent5fd559248735dd0d55f3b7ef10b6e30ab84b956f
PRSDK-7492: Board: Fix for Uniflash host failure on Windows

 - Uniflash host utility on Windows fails when executed after using
   the COM port with TeraTerm. Serial cable disconnect and reconnect
   is needed to avoid this failure.

   Failure is caused by COM port timeout settings done by TeraTerm.
   Uniflash is not using the timeouts and failures are observed with the
   timeout values configures by TeraTerm. This update fixes the issue by
   resetting the COM port timeout settings to default.
packages/ti/board/utils/uniflash/host/include/ProcessorSDKSerialFlash.h
packages/ti/board/utils/uniflash/host/source/ProcessorSDKSerialFlash.cpp
packages/ti/board/utils/uniflash/host/source/main.cpp