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.
工具与软件:
您能否为 serial_flash_programmer_appln.exe 提供源代码? 我们要修改此 exe 文件、以便更好地适应我们的项目。
我们将在 F280036芯片上开发引导加载程序功能。 感谢 TI 提供的官方上传程序、我们已经能够通过 serial_flash_programmer_appln.exe 升级应用程序。
根据客户的新要求、我们需要基于示例修改数据和文件校验和算法。 但未找到相关的源代码。
此致
尊敬的 Owens:
串行闪存主机编程器项目的源可以在 C2000Ware 文件夹中找到:
C:\ti\\C2000Ware_5_02_00_00\utilities\flash_programmers\serial_flash_programmer\serial_flash_programmer.sln
可以使用 Microsoft Visual Studio 打开该工具。
要修改源以生成 serial_flash_programmer_appln.exe、必须注释掉内核的定义:
//#define 内核
serial_flash_programr.cpp 文件中找到。
谢谢。此致、
Charles
您好、Charles
公司的计算机无法安装 Microsoft Visual Studio。 VS Code 是否可用于修改和构建.exe 文件? 应该如何做到这一点?
尊敬的 Owens:
VS Code 是一个可以接受插件的编辑器 、而 Microsoft Visual Studio 是完整的开发环境、因此不能以相同的方式使用它。
此致、
Charles