This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR1843BOOST: tm4c1294ncpdt芯片的XDS110不识别,且插上无Stellaries(msp432) device firmware upgrade。

Part Number: IWR1843BOOST

插上1843板卡之后识别不到Stellaries(msp432) device firmware upgrade,只有将97的TDO接地之后板卡插在电脑上就可以识别到Stellaries(msp432) device firmware upgrade。问题:如何让其一插上就能识别到Stellaries(msp432) device firmware upgrade,无需手动将97引脚的TDO手动接地。
问题2:如何将Stellaries(msp432) device firmware upgrade烧录程序,变成XDS110.


  • 感谢您对TI产品的关注!
    关于你的咨询,我们正在确认你的问题,稍后回复您。

  • 问题已经解决,
    第0步:C:\ti\ccs1260\ccs\ccs_base\common\uscif\xds110
    第一步:插上板卡识别Stellaries device firmware upgrade。
    如果没有识别,则短接97引脚的DTO,查看Stellaries device firmware upgrade可以识别。
    第二步:短接97引脚的DTO,让板卡处于DFU模式。
    xdsdfu.exe -m 查看是否处于DFU模式。
    如果板卡默认处于dfu模式则无需短接97引脚的DTO
    第三步:更新bootloader
    xdsdfu.exe -b boot_loader.bin -r -v
    第四步:烧录固件:切记3.0.0.29版本。
    xdsdfu.exe -f firmware_3.0.0.29.bin -r -v
    记住此处一定要下载3.0.0.29版本,因为我电脑目录中安装的是3.0.0.28,每次下载之后都没有将Stellaries device firmware upgrade变成XDS110,必须3.0.0.29版本。

  • xdsdfu.exe -f firmware_3.0.0.28.bin -r -v 才可以,总之显示成功了安装成功了就好(-v可以显示结果)。