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.

[参考译文] MSP432P401R:LM FlashProgrammer类实用程序,用于通过默认启动UART对MSP432进行现场编程。

Guru**** 2540720 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/581855/msp432p401r-lm-flashprogrammer-like-utility-for-field-programming-of-the-msp432-through-the-default-boot-uart

部件号:MSP432P401R

我来自TM4C (TIVA)的世界,经常使用LM闪存编程工具对TM4C闪存进行现场编程。

现在,我正在使用MSP432进行设计,我想知道现场闪存编程是否有类似的实用程序。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好Scott:
    有关详细信息,请参阅以下链接工具(BSL脚本)和PDF文档:
    www.ti.com/.../mspbsl
    www.ti.com/.../slau573.pdf
    www.ti.com/.../slau622d.pdf

    此致,
    Vikas Chola
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    ----------------------------------
    BSL脚本化程序3.2 Tm1
    用于BSL编程的PC软件
    2017年3月31日10:24:36
    ----------------------------------
    输入文件脚本为:C:\Users/smcfarland/workspace_v7/DevPlatform_Basic/MSP432_BSL_Scripts/BP2_0_BSL_Script_P4xx_uart.txt
    //
    // COM端口:Windows为使用的2.0 编程工具分配的COM端口
    模式P4xx UART 3.84万 COM2奇偶校验
    //
    延时5000
    延迟5000毫秒
    //
    RX_PASSWORD_32 C:\Users\smcfarland\workspace_v7\DevPlatform_Basic\MSP432_BSL_Scripts\pass256_wrong.txt
    读取txt文件:C:\Users/smcfarland/workspace_v7/DevPlatform_Basic/MSP432_BSL_Scripts/pass256_wrong.txt
    [ERROR_MESSAGE]BSL密码错误!
    //
    延迟1000
    延迟1000毫秒
    //
    RX_PASSWORD_32 C:\Users\smcfarland\workspace_v7\DevPlatform_Basic\MSP432_BSL_Scripts\pass256_default.txt
    读取txt文件:C:\Users/smcfarland/workspace_v7/DevPlatform_Basic/MSP432_BSL_Scripts/pass256_default.txt
    BSL密码正确!
    //
    延迟1000
    延迟1000毫秒
    //
    质量_擦除
    批量擦除成功!
    //
    延迟1000
    延迟1000毫秒
    //
    TX_BSL_VERSION_32
    供应商:[TI] CI:[0003] API:[0006] PI:[0203] Build-ID:[0008]
    //
    延迟1000
    延迟1000毫秒
    //
    RX_DATA_BLOCK 32 C:\Users\smcfarland\workspace_v7\DevPlatform_Basic\Release\DevPlatform_Basic.txt
    阅读txt文件:C:\Users/smcfarland/workspace_v7/DevPlatform_Basic/Release/DevPlatform_Basic.txt
    [ERROR_MESSAGE]要转换为byte :ELF的十六进制输入错误

    我显然需要帮助来设置MSP432 Hex工具,以便以正确的格式生成TI TXT文件。