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.

[参考译文] BSL脚本源代码

Guru**** 2589280 points


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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/632795/bsl-scripter-source-code

我正在与以下人员合作:

BSL脚本源代码版本3.2 ................................................................1.

Windows 7 Pro Visual Studio 2017,带SDK 10.9。1.5063万.0 和工具集v141。

Visual Studio 2017,带SDK 10.9。1.5063万.0 和工具集v141。

我想开发一个自定义固件更新程序应用程序,但在获取提供的源代码进行编译时遇到问题。 我正在使用提供的VS项目文件,我已经下载了增强库并相应地更改了附加库目录路径,并且创建了一个第三方/包含文件夹,用于存储 从github.com/.../hidapi获取的hidapi头文件。 现在我遇到的问题是LNK1104错误,链接程序无法打开hidapi.lib文件。 是否有人知道我可以做些什么来解决这个问题,或者是否可以向我提供一些有关如何正确设置代码的文档?