嗨,对话框中,
我想阅读使用智能片段的命令行界面的otp,所以我使用以下命令:
smartsnipts .exe -type otp -chip DA14583 -jtag -1 -cmd read_custom_code -文件头。Hex -offset 0x2000 -length 32
当我直接使用它,我得到一个错误“OTP内存读取失败”。如果我打开智能代码片段GUI,选择jtag port并按“connect”,然后如果我运行上述命令,它将成功运行。所以我得出了一个结论,我们需要在阅读之前连接,但我没有找到任何具体的命令连接到设备SmartSnippets的用户指南。需要你的帮助!
问候,
dhiraj
关键词:
设备:
嗨dhirajp15,
智能片段的连接按钮下载弗兰克-威廉姆斯为了工具与580和阅读OTP,你需要下载额外的58 x,你将能够通过使用命令或下载seperatelly固件参数。下面你可以找到一些例子。
C:\Program Files (x86)\ SmartSnippets\bin>SmartSnippets.exe -type booter -chip DA14580-01 -com_port 30 -file "C:\Users\.....\SmartSnippets\resources\programmer_ES5.bin"
C:\Program Files (x86)\ SmartSnippets\bin>SmartSnippets.exe -type otp -chip DA14580-01 -com_port 30 -cmd write_header -file "C:\test\testing_otp_burn .hex"
或
C:\Program Files (x86)\ SmartSnippets\bin>SmartSnippets.exe -type otp -chip DA14580-01 -com_port 30 -firmware "C:\Users\xxxxxxxx\SmartSnippets\resources\programmer_ES5.bin" -cmd write_header -file "C:\test\testing_otp_burning.hex"
您所设置的firmware -firmware_file是固件文件,在执行该命令之前应该下载到580。请检查在帮助选项的智能片段用户指南pdf,在文档的底部它有命令和语法,智能片段接受。
由于MT_dialog