yabo国际娱乐对话框半导体客户支持- SmartSnippet flashprogrammer https://support.dialog-semiconductor.com/resource-keywords/smartsnippet-flashprogrammer SmartSnippets工作室V1.6.3 CLI问题:COM端口正在使用中 https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-tools/smartsnippets-studio-v163-cli-issue-com < div class = "字段field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above”> < div class = "字段标签" >论坛:,< / div > < div class = "字段条目" > < div class =”field-item甚至“rel = " sioc: has_container " > < a href = " /论坛/ dialog-smartbond-bluetooth-low-energy - % E2 % 80% 93 -工具”“=“sioc:容器sioc:论坛”属性=“rdfs: label skos: prefLabel”数据类型= " " >对话框Smartbond蓝牙低能量——工具< / > < / div > < / div > < / div > < div class =”字段field-name-body field-type-text-with-summary field-label-hidden”> < div class = "字段条目" > < div class =”field-item甚至“财产= "内容:编码" > < p >嗨对话框中,< br / >我最近更新smartsnipets studio v1.6.3和试图使用命令行接口来擦除/ spi闪存da14585使用com-uart燃烧。< br / > l有20 DUT和每个DUT配置为不同的COM端口。擦除或燃烧一个DUT是没有问题。但“COM使用”会发生在某些dut当多个随机dut同时运行.Command消息行显示了连接串行通讯端口失败,COM使用。重试或重新尝试可能通过。< / p > < p >日志:< br / > C: \ DiaSemi \ SmartSnippetsStudio \ Toolbox5 \ SmartSnippetsToolbox5。exe类型spi芯片DA14585-00 -com_port 9 - cmd删除固件C: \ DiaSemi \ SmartSnippetsStudio \ Toolbox5 \ common_resources \ flash_programmer_585。本< br / >启动SmartSnippets工具箱v 4.8.3.1804 < / p > < p >使用默认TxRx对:P0_4 P0_5。< br / > COM9端口连接已经成功打开了。< br / >开始下载程序……< / p > < p > * * * < br / >请按板上的硬件复位按钮开始下载过程。< / p > < p > < / p > < p >重置发现* * * * * * < / p > < p > < / p > < p > * * * < br / >成功脱离COM9港。< br / >成功下载的固件文件。使用默认的波特率< br / >: 57600 Bd。< br / > COM9端口连接已成功打开了。从港口COM9 < br / >成功断开连接。< br / >成功设置SPI Flash gpios: CLK = P0_0 CS = P0_3,味噌= P0_5莫西人= P0_6。< br / > COM9使用。 Please replug the board and try again.
Failed connecting to port COM9.
SPI Flash memory erasing failed.

Could you confirm my conclusion, that it is related to SmartSnippet or others ? How can I fixe it.

Best Regard!
Louis Wang

Device: 
星期四,2018年4月26日02:12:02 + 0000 路易王 176327年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-tools/smartsnippets-studio-v163-cli-issue-com的评论
工具箱,SPI闪存擦除。 https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-tools/toolbox-spi-flash-erase < div class = "字段field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above”> < div class = "字段标签" >论坛:,< / div > < div class = "字段条目" > < div class =”field-item甚至“rel = " sioc: has_container " > < a href = " /论坛/ dialog-smartbond-bluetooth-low-energy - % E2 % 80% 93 -工具”“=“sioc:容器sioc:论坛”属性=“rdfs: label skos: prefLabel”数据类型= " " >对话框Smartbond蓝牙低能量——工具< / > < / div > < / div > < / div > < div class =”字段field-name-body field-type-text-with-summary field-label-hidden”> < div class = "字段条目" > < div class =”field-item甚至“财产= "内容:编码" > < p >你好,< / p > < p >我们使用SPI Flash MX25R1635F, 16 mbit。< br / >当擦除的flash SmartSnippet我得到错误消息“SPI记忆擦除失败”。< br / >然后我开始调查原因。我构建jtag_programmer_585。本的SDK,我设置了SPI FLASH默认值以匹配MX25R1635F: < / p > < p > # define MX25R1635F_SIZE 2097152 / / 0 x1000000mbit / 8 = 0 x200000 = 2097152兆字节< br / > # define MX25R1635F_PAGE 256 < / p > < p > # define SPI_FLASH_DEFAULT_SIZE MX25R1635F_SIZE / / SPI FLASH内存大小字节< br / > # define SPI_FLASH_DEFAULT_PAGE MX25R1635F_PAGE / / SPI闪存页面大小字节< / p > < p >我想上面是必要的,因为SDK FLASH程序员不自动检测我们的闪光,而不是添加我们的FLASH自动检测数组,它是更容易添加默认设置。< / p > < p >现在我试着flash擦除命令(完全擦除)SmartSnippet再次,我仍然得到同样的错误。< br / >接下来我“ACTION_SPI_ERASE”切换实例添加一个断点,这样我就可以阅读从ACTION_SPI_ERASE结果变量。返回的结果是0,所以一切都是好的,FLASH也被抹去。spi_flash_chip_erase()不超时,甚至,我们使用的是16 mbit flash,这需要更长的时间来抹去。但是,现在我发现SmartSnippet输出错误消息“SPI记忆擦除失败。”前spi_flash_chip_erase()返回,所以我猜测,这是一个在SmartSnippet超时,生成的错误消息,而不是jtag_programmer_585。本< / p > < p >你能确认我的结论,这是一个内部SmartSnippet内超时,导致错误,如果“是”有一个方法让我更改超时设置SmartSnippet吗?< / p > < p >问好,< br / > Ciano霜< / p > < / div > < / div > < / div > < div class =”字段field-name-field-forum-keywords field-type-taxonomy-term-reference field-label-above”> < div class = "字段标签" >关键词:,< / div > < div class = "字段条目" > < div class =”field-item甚至“> < a href = " / resource-keywords / smartsnippet-flashprogrammer”“=“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " > SmartSnippet flashprogrammer < / > < / div > < / div > < / div > < div class =”字段field-name-field-device field-type-taxonomy-term-reference field-label-above”> < div class = "字段标签" >设备:,< / div > < div class = "字段条目" > < div class =”field-item甚至“> < a href = " /分类/ / 1491”一词typeof =“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " > DA14585 < / > < / div > < / div > < / div > 妈,09年4月2018 07:57:57 + 0000 ciano 169515年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-tools/toolbox-spi-flash-erase的评论