雷竞技电竞平台对话半导体客户支持- DA14586 https://support.dialog-semiconductor.com/taxonomy/term/1492 DA14586进入非响应模式,执行唤醒中断,但没有调用user_on_system_powered https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/da14586-goes-non-responsive-mode-wake < 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 >我们正在使用DA14586项目单片机。目前我们已经禁用BLE部分,使用CP2102N uart到usb桥与PC工具通信作为COM口。DA14586 1-GPIO中断连接到CP2102N gpio,用于USB检测(连接-断开)识别。设备已经在生产中运行良好。

最近我们在客户端现场观察到设备挂起问题。在RCA期间,我们发现唤醒中断在这里工作RTC中断得到检测,但app_on_system_powered回调例程没有执行。所以设备变成无响应模式。

在分析中我们发现,在USB连接-断开时,有时会发生这种情况。

请指导我们如何尽快解决这个无响应的问题。

Regards,

Bhavik

Device: 
Wed, 23 Dec 2020 05:41:01 +0000 Bhavik 392626年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/da14586-goes-non-responsive-mode-wake#comments
Uart仅收到16字节 https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/uart-only-received-16-bytes < 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:论坛”property="rdfs:label skos:prefLabel" datatype="">Dialog Smartbond Bluetooth Low Energy - Software

我正在按照uart2_loopback_test.c的示例来编写我的uart应用程序,其中我需要从uart外设一行一行地接收字符串。

因此,我调用uart_read读取一个字节,并在接收到一个字节后触发回调;在uart_read_cb()中,一旦检测到符号换行和返回,就发送一条消息,然后调用uart read来强制进行无休止的uart读取。

代码如下。

我的问题是这个方法,只接收到16字节,而uart外设发送超过16字节(实际上,让我们说30字节)。

我已经通过一些实验验证了uart外设确实发送了30字节。

您能帮忙理解一下这里出了什么问题吗?

thanks,

Wenzhe

static void uart_read_cb(uint8_t status)
{
//将接收字节放入ring buffer
ring_put_byte(&g_at_ring, uart_rxbuf[0]);uart_rxbuf[1]=='\r'){
//发送消息给应用程序任务,指示收到一行响应
struct lte_atrsp_line_ind *req = KE_MSG_ALLOC_DYN(APP_MSG_LTE_ATRSP, TASK_APP,TASK_APP, < br / > lte_atrsp_line_ind,0); < br / >申请→len = ring_get_byte_count(及g_at_ring); < br / >申请→line_count = ring_get_availble_line_counter(及g_at_ring); < br / > ke_msg_send(点播);< br / >} < br / > < br / > uart_rxbuf [1] = uart_rxbuf [0]; < / p > < p > / /开始下一个异步读取的字符。
uart_read(uart_rxbuf,大小,uart_read_cb); < br / >} < / p > < p > < / p > < p >空白ring_init (void) < br / > {< br / > ring_t *环=,g_at_ring; < br / >环→BUFFER_SIZE = AT_RING_BUF_SIZE; < br / >环→buffer_count = 0; < br / >环→buffer_head = 0; < br / >环→buffer_tail = 0; < br / >环→line_count = 0; < br / > MEMSET(环→buf 0 AT_RING_BUF_SIZE); < br / > LOGD(“开始
uart_read(uart_rxbuf, 1,);uart_read_cb); < br / > < br / >} < / p > < p > < / p > < / 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 = " /分类/ / 1492”一词typeof =“skos:概念”属性=“rdfs: label skos: prefLabel” datatype="">DA14586

星期五,2020年12月18日16:19:44 +0000 wenzhe 392012年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/uart-only-received-16-bytes#comments
DA14586连续播出 https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/da14586-broadcast-consecutively < 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 >我们需要DA14586广播(非接入Advertise)每3秒连续发送两个数据包。每个包有31个字节。报文内容不一致。有什么办法实现它吗?

很抱歉我的英语不好,我希望我的问题很清楚。< / p > < p >谢谢。< / p > < p >最好的祝福。< / p > < / 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 = " /分类/ / 1492”一词typeof =“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " > DA14586 < / > < / div > < / div > < / div > 星期一,14 Dec 2020 12:25:15 +0000 他用 391285年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/da14586-broadcast-consecutively#comments 连续广播两次 https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software-dialog-%E2%80%9Csmartbond%E2%80%9D%E7%B3%BB%E5%88%97%E4%BD%8E%E5%8A%9F%E8%80%97%E8%93%9D%E7%89%99%E2%80%94%E8%BD%AF%E4%BB%B6/%E8%BF%9E%E7%BB%AD%E5%B9%BF%E6%92%AD%E4%B8%A4%E6%AC%A1

论坛: href = " /论坛/ dialog-smartbond-bluetooth-low-energy - % E2 % 80% 93 -软件-对话框- 9 csmartbond % E2 % % E2 % 80% 80% 9 d % E7%B3%BB % E5 % 88% 97% e4%bd % 8 8 e % E5 % % E8 % 9 f % E8 % 80% 97% 93% 9 E2 % d % E7 % 89% 99% 80% 94% e8%bd % AF % E4%BB % B6”“=“sioc:容器sioc:论坛”属性=“rdfs: label skos: prefLabel”数据类型= " " >对话框Smartbond蓝牙低能量-软件/ /对话框“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 >我们现在用的是一个固定频率的非接入广告广播(参考简单的灯塔例程),但是我们想连续广播两包数据,数据内容不同,每包数据31字节。请问有没有实现方法?< / p > < p > < / p > < p >谢谢!< / p > < / 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 = " /分类/ / 1492”一词typeof =“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " > DA14586 < / > < / div > < / div > < / div > 星期一,12月14日2020 10:33:20 +0000 他用 391259年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software-dialog-%E2%80%9Csmartbond%E2%80%9D%E7%B3%BB%E5%88%97%E4%BD%8E%E5%8A%9F%E8%80%97%E8%93%9D%E7%89%99%E2%80%94%E8%BD%AF%E4%BB%B6/%E8%BF%9E%E7%BB%AD%E5%B9%BF%E6%92%AD%E4%B8%A4%E6%AC%A1#comments #error "USE_AT_FLOWCONTROL需要HW Flow Control Enabled" https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/error-useatflowcontrol-needs-hw-flow < 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 >我想建立无编码的SDK6.380.12.6 the selected DA14586 target

With the Hardware flow control set to NONE at user_外围_setup.h


..\src\platform\ user_外围_setup.c(100): error: #35: #error directive: "USE_AT_FLOWCONTROL needs HW Flow Control Enabled"
#error "USE_AT_FLOWCONTROL needs HW Flow Control Enabled"
..\src\platform\ user_外围_setup.c:0的警告,1错误< / p > < p >请帮我解决这个问题< / p > < p >谢谢提前,< / p > < p >腻过< / p > < / 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 = " /分类/ / 1492”一词typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">DA14586

.
星期五,12月11日2020 10:32:17 +0000 腻过 391003年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/error-useatflowcontrol-needs-hw-flow#comments
开发工具包到DA14586自定义板连接 https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/development-kit-da14586-custom-board < 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 >嗨Dialog_Team, < / p > < p >我们使用DA14586定制board design. We have a DA14580DEVKT.

Our requirment is to program the flash memory of the DA14586 IC.

What are the pin connections needed from the development kit for uploading program into the flash memory?

Regards,

Mark

Device: 
Tue, 01十二月2020 06:38:45 +0000 MarkDsylva_2277 389024年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/development-kit-da14586-custom-board#comments
焊接温度 https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-hardware-device-reference-designs/soldering-0 < 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:Forum" property="rdfs:label skos:prefLabel" datatype="">Dialog Smartbond Bluetooth Low Energy - Hardware (device &

嗨!

我们将生产我们的电路板。我们想知道DA14586的最高焊接温度是多少你能给我们一些相关的文件吗?

< / p > < / 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 = " /分类/ / 1492”一词typeof =“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " > DA14586 < / > < / div > < / div > < / div > Tue, 24 Nov 2020 10:49:28 +0000 他用 388015年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-hardware-device-reference-designs/soldering-0#comments 设计审查请求 https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-hardware-device-reference-designs/design-review < 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:Forum" property="rdfs:label skos:prefLabel" datatype="">Dialog Smartbond Bluetooth Low Energy - Hardware (device &

嗨,

请您回顾一下原理图和pcb设计,特别是集成天线。如果有,请通过注册邮箱联系我。

< / 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 / da14585-da14586”“=“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " > DA14585DA14586

Device: 
Tue, 10 Nov 2020 21:09:43 +0000 uprozarif 386376年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-hardware-device-reference-designs/design-review#comments
监管机构 https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/watchdog-0 < 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 >我们想使用监督作为一种安全机制。我们的固件是基于演示simple_beacon。我们的董事会只有XTAL16M,没有XTAL32K。我们使用内部时钟RC32K。

当使用KEIL进行调试时,看门狗工作正常。如果我们不重新加载看门狗,固件就会重启。但是当我们烧制固件(。在板上,看门狗不能重启固件,即使我们不重新加载看门狗。

我们以前遇到过这个问题,我们通过禁用da1458x_config_basic.h中的CFG_DEVELOPMENT_DEBUG来解决这个问题。 But this time we can’t solve it.

Here is some configuration of the firmware.

In da1458x_config_basic.h

#define CFG_WDOG

//#define CFG_DEVELOPMENT_DEBUG

In da1458x_config_advanced.h

#define CFG_LP_CLK LP_CLK_RCX20

#undef CFG_XTAL16M_ADAPTIVE_SETTLING

In user_config.h

static const sleep_state_t app_default_sleep_mode = ARCH_EXT_SLEEP_ON;

We initialize the watchdog in the function system_init(void) by wdg_init(1);

Sorry for my English and hope my question is clear.

Thanks.

Kind Regards,

LiBing

Device: 
Tue, 27 Oct 2020 08:55:02 +0000 他用 384173年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/watchdog-0#comments
外部Spi Flash内存限制 https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/external-spi-flash-memory-constraint < 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 >我打算使用外部flash至少有16个MB大小的自定义板。我想知道是否有任何限制,我可以使用spi flash程序员工具和spi_flash驱动程序。如果两者都工作与特定的设备,我可以适合我的flash(任何)与变化。另外,DA14586有内部闪存,当引导闪存与spi flash程序员,它如何识别彼此?可能与板设置配置。请让我知道。< / 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 / external-flash-da14585-da14586-memory-size typeof =“skos:概念”属性= " rdfs: labelskos: prefLabel”数据类型= " " >外部flash DA14585 DA14586内存大小< / > < / 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 = " /分类/ / 1492”一词typeof =“skos:概念” property="rdfs:label skos:prefLabel" datatype="">DA14586 三,14 Oct 2020 04:00:03 +0000 uprozarif 382194年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/external-spi-flash-memory-constraint#comments