Checkout我们简单使用的AT - Command解决方案即将推出href="//www.wsdof.com/support/connectivity/reference-design/smartbond-codeless-serial-link">https://support.dialog-semiconductor.com/connectivity/reference-design/s…
雷竞技安卓下载去)或之上构建您自己的应用程序! < / p > < p > Beta版本现在在线! < / 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 /无代码”typeof = " skos:概念”属性= " rdfs: label skos: prefLabel”数据类型= " " >无代码< / > < / 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 = " / forum-post-device / da14580”typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">DA14580
Is it possible to set up this configuration with CodeLess? And how can I do this?
How many connections at one time are possible with the DA14531MOD in central role?
Thanks in advance.
Best regards.
嗨,
我想在一个安装在自定义pcb上的DA14531MOD模块上闪烁无代码图像。
为此,我尝试使用SmartSnippet工具箱(V5.0.14)通过JTAG/SWD连接到模块。
我将VBAT、GND、SWDIO (J9/P0_10)和SWCLK (J10/P0_2)引脚连接到我的Segger J-Link调试探针,模块上电。调试探针通过USB连接到PC。驱动程序安装。
当我现在启动SmartSnippet工具箱(V5.0.14),选择JTAG并点击detect,我得到以下通知:
"Detected device: Unknown chip on JTAG dongle [801021111] using Board [Unknown]。
Dialog网站上的无代码用户手册和入门指南只描述了如何连接到开发工具包。
我做错了什么?我如何连接到自定义pcb上的模块?是否有其他方法来闪烁无代码图像,例如在UART上?
模块上有任何本地引导加载程序例程吗?我如何启动/访问它们? Is there a default pin configuration delivered with the module for 2-wire UART?
Thanks in advance.
通过读取寄存器,命令如下(参见附加的控制台会话):
AT+IOCFG= 9.7
AT+IOCFG=8,8
AT+I2CCFG=7,100,16
AT+I2CREAD=0x40,0xFE
这里0x40是传感器I2C地址,0xFE是传感器寄存器地址。这样应该读取2字节传感器的制造商ID。然而,只读取第一个ID字节,通过读取第二个字节,模块只向传感器输出8个SCL脉冲(而不是9个)并挂起。见附呈的逻辑分析仪图像。上拉I2C电阻是4.7K,所以它们不是问题。大约3分钟后,模块自身复位,并在终端窗口打印+READY。 All previous configuration of I2C pins is reset and forgotten.
By writing to the senswor config register, the module composes the right number of SCL pulses, but does not compose the STOP condition at the end of communication and leaves the SCL line low. The writing is done by the following command, see the logic analyser image attached:
AT+I2CWRITE=0x40,2,0
where 2 is the sensor register address, and 0 is the value to write.
I also tried other sensors and combinations of 1- and 2-byte registers. Nothing works as expected.
Question: is it a known issue with the module and one should wait for a new firmware release or there is a way to fix it?
.\out_531\ codeess_531_datapump . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php . php。axf:错误:L6221E:执行区域ZI_DATA与执行范围[0x07fc91d0,0x07fc9768)重叠与执行区域RET_HEAP与执行范围[0x07fc9730,0x07fca600)。
请帮我解决这个问题。非常感谢< / p > < p > < / 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 /无代码”“=“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " >无代码< / > < / 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 = " / forum-post-device / da14531”“=“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " > DA14531 < / > < / div > < / div > < / div >
通过论坛帖子,我知道我可以参考无代码应用程序,我可以像DSPS一样使用2个串口来实现SPS功能,但是我遇到过按照用户指南和手册操作的问题。codeless_531_standalone文件”。hex" was not found in the folder "DA14585_DA14531_CODELESS_v_6.380.9.10"。此文件是Keil编译后获得的。这个操作正确吗?< br / > 2。关于codelless的信息很少,特别是关于DA14531,你能提供更多的信息帮助我们开发吗?< br / > 3。你能提供更多关于无代码应用于SPS和SUOTA的信息吗?< br / > 4。 In the forum, you can see that there is a lot of demand for using a 2-wire serial port for SPS. Will there be plans to launch a 2-wire DSPS code in the future? If so, can you provide an approximate time?
Thank you very much for your support, it will let me learn more!
我们的定制板有自己的MCU, DA14580 BLE模块通过UART通道连接到MCU。
因此,我们在BLE模块上使用了无代码固件,以使BLE运行。
基本上,我们能够发送无代码AT命令并从BLE模块接收响应。
但是,我们希望在每个BLE连接/断开状态下,在MCU UART通道上接收自定义消息(可能也是一个字符)。
为什么我们可以在无代码(构建在SDK 5.0.4)上生成这些消息并通过UART发送它?它也适用吗?
先谢谢你。< / p > < p > < / 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 /无代码”“=“skos:概念”属性=“rdfs: label skos: prefLabel” datatype="">Codeless
在这个方向有什么计划吗?< / p > < p >多谢< / p > < p > Veranith < / 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 /无代码”“=”skos:概念”属性= " rdfs: labelskos: prefLabel”数据类型= " " >无代码< / > < / div > < div class = " field-item古怪”> < a href = " / resource-keywords /定制服务”“=“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " >自定义服务< / > < / div > < / div > < / div > < div class =”字段field-name-field-device field-type-taxonomy-term-reference field-label-above”> < divclass="field-label">Device:
.