yabo国际娱乐Dialog半导体客户支持-Dialog Smartbond蓝牙低能耗–软件//Dialog“Smartbond”系列低功耗蓝牙—软件 https://support.dialog-semiconductor.com/taxonomy/term/771 【置顶】DA14531专业开发套件入门用户手册 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/%E3%80%90%E7%BD%AE%E9%A1%B6
论坛: 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 > DA14531专业开发套件入门用户手册——中文< / p > < p > http://lpccs - docs.dialog semiconductor.com/chinese_um - b - 117 - da14531 -让-开始- - - pro -发展- kit/index.html < / > < / p > < p > < / p > < / div > < / div > < / div > < div class = "字段field-name-field-device
Device: 
2020年9月10日星期四07:40:41+0000 PW_Dialog 377425年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/%E3%80%90%E7%BD%AE%E9%A1%B6#comments DA14580休眠问题 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-166

请问一下DA14580休眠的流程是怎么样的,我的工程是在ble_应用程序_外围设备的基础上修改的,然后进行了一些休眠模式的配置,具体如下:

用户混淆.h中修改:

常量静态睡眠状态应用程序默认睡眠模式=拱门外部睡眠打开;

用户外围设备.c中修改:

void user\u app\u adv\u start(void)
{
计划下一次广告数据更新
app\u adv\u data\u update\u timer\u used=app\u easy\u timer(app\u adv\u data\u update\u TO,adv\u data\u update\u timer\u cb)//定时器60秒后停止广播

struct gapm\u start\u advision\u cmd*cmd;
cmd=app\u easy\u gap\u indirected\u advision\u get\u active();

//动态添加特定于制造商的数据
mnf\u data\u update()
app

在广告期间设置延长睡眠
{
用户\u gattc\u exc\u mtu\cmd(连接\u idx);
应用程序\u连接\u idx=连接\u idx;

//停止广告数据更新计时器
应用程序\u轻松\u计时器\u取消(使用应用程序\u adv\u数据更新\u计时器)

//检查已建立连接的参数是否是首选参数。
//如果不是,则计划一个连接参数更新请求。
如果((param->;con_interval<;user_connection_conf.intv_min)|
(param->;con_interval>;user_connection_conf.intv_max)|
(param->;con\u latency!=用户连接\u param\u conf.latency);
(param->;sup\u to!=用户连接\u param\u conf.time\u out)
{
连接参数不是我们期望的
应用程序参数更新请求\u使用的计时器=应用程序轻松计时器(应用程序参数更新请求\u to,参数更新请求\u计时器)
{
//尚未建立连接,请重新启动广告
用户应用程序adv_start();

默认应用程序on_connection(connection_idx,param);
arch_set_extended_sleep()

无效用户应用程序adv_undirective_complete(uint8_t status)//停止广播后调用
{
//如果广告被取消,则更新广告数据并再次开始广告
如果(状态==GAP\u ERR\u cancelled)
{
///user\u app\u adv\u start();
arch\u ble\u ext\u wakeup\u on()//使能外部唤醒,定时器触发无效,睡眠后直到下次重新上电,将不再唤醒

}
}

da1458x\u config\u basic.h中修改

定义CFG\U MEM\U MAP\U EXT\U SLEEP
取消CFG\U MEM\U MAP\U DEEP\U SLEEP

运行程序烧写进去后,可以确定程序是正常运行的,在断开蓝牙连接1.分钟后,广播信号消失,是符合程序设定的。我想要达到的目的很简单,就是上电蓝牙正常运行,连接读写完毕后,断开蓝牙,1.分钟后,蓝牙进入休眠,且只能用外部唤醒。

目前按上面的程序在广播信号消失后,蓝牙并未进入设置的扩展休眠模式。

请问还有哪里需要修改的吗,还是说我理解的哪里有问题。睡眠模式例子里设置的是深度休眠,其他设置好像与我上面的设置没有区别,另外我在.app_on_system_powered=用户扫描sda_标志,是有添加函数的,是否有影响呢

设备:
DA14580
星期五,27 Nov 2020 07:47:22 +0000 不理解 388592年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-166#comments
DA14531软件重启是哪个函数 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-165
论坛: 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 >请问下工程师,DA14531怎么软件重启,调哪个函数?因为现在发现代码广播名字正常,运行几天后搜索蓝牙名字就变成了匿名,也没找到哪里的问题,所以想通过重启解决< / 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 = " / forum-post-device / da14531”“=“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " > DA14531 < / > < / div > < / div > < / div > Mon, 23 Nov 2020 02:30:10 +0000 541599263 @qq.com 387785年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-165#comments DA14699 emwin_演示 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/da14699-0
论坛: 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 >目前在emwin的使用上遇到了幾個問題< / p > < p >設備:< / p > < p > < em > DA1469x套装+ DA14699子板< / em > < / p > < p > < em > lcd液晶240 * 240 1.5吋控制晶片為:< / em > ST7789V2 < / p > < p > SDK:SDK_10.0.10.118 < / p > < p > smartsnippetsstudio2.0.14.1748 < / p > < p >有修改液晶設定將T1D3BP006設定為1,其餘= 0,兩組觸控= 0 < / p > < p > T1D3BP006 240 x240 SPI4 ST7789V2 < / p > < p > < / p > < p > # define dg_configUSE_T1D3BP006 (1) < / p > < p >静态常量ad_lcdc_driver_conf_t t1d3bp006_drv = {< / p > < p > .hw_init。iface_freq = LCDC_FREQ_6MHz < / p > < p >}; < br / > < / p > < p > 1。运行示例代码>Da1469x_emwin_demo,设置激活>DA1469x-Debug_QSPI < / p > < p >結果:有時候液晶會出現畫面有時候則是花屏,出現動畫幾秒後又會卡住,使用14699板子上的重置後,畫面還是在同個地方,要完全拔除電源才有機會恢復,如附檔所示< / p > < p >液晶有嘗試排除,spi線太長與電源問題,狀況仍然相同,你不接,液晶不支援< / p > < p >動畫為对话框標誌與二维码交互顯示< / p > < p > 2020/11/23:液晶spi設定由4線改3線dg_configUSE_T1D3BP006(1)改為dg_configUSE_T1D54BP002 (1) < / p > < p >此時顯示就正常< / p > < p > < / p > < p > 2。运行示例代码>Da1469x_emwin_demo,设置激活> DA1469x-Debug_RAM

結果:出現ERROR

d:/diasemi/smartsnippetsstudio2.0.14/gcc/7-2018-q2/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld.exe: emwin_demo.elf section `.retention_ram_zi' will not fit in region `RAM'
d:/diasemi/smartsnippetsstudio2.0.14/gcc/7-2018-q2/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld.exe: region `RAM' overflowed by 44852 bytes
collect2.exe: error: ld returned 1 exit status

有嘗試加入 /* Include memory layout */
#include "bsp_memory_layout.h" 狀況仍相同

3. pxp_reporter 加入 emwin_lib

結果:加入後build 會出現

Errors occurred during the build.

Errors running builder 'CDT Builder' on project 'pxp_reporter'.

Resource '/pxp_reporter/DA1469x-00-Debug_QSPI_SUOTA/emwin_lib/gdi/src' does not exist.

Resource '/pxp_reporter/DA1469x-00-Debug_QSPI_SUOTA/emwin_lib/gdi/src' does not exist.

Resource '/pxp_reporter/DA1469x-00-Debug_QSPI_SUOTA/emwin_lib/gdi/src' does not exist.

Resource '/pxp_reporter/DA1469x-00-Debug_QSPI_SUOTA/emwin_lib/gdi/src' does not exist.

../segger/emwin/Doc/Training/WidgetLibrary/MainTask_CreatingWidgets.c:23:10: fatal error: DIALOG.h: No such file or directory
#include "DIALOG.h"
^~~~~~~~~~
compilation terminated.
make[1]: *** [segger/emwin/Doc/Training/WidgetLibrary/subdir.mk:32: segger/emwin/Doc/Training/WidgetLibrary/MainTask_CreatingWidgets.o] Error 1
make: *** [makefile:78: all] Error 2
"make --silent all" terminated with exit code 2. Build might be incomplete.

4. Sample code 的檔案 路徑為 : emwin_lib > segger > enwin > doc 這個在sample 中是有出現一個刪除符號, pxp_reporter 嘗試加入emwin_lib,enwin > doc 則正常顯示,這個要如何處理呢 ?

期待您的回應

謝謝

Device: 
Tue, 17 Nov 2020 11:33:38 +0000 kuo41006 387141年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/da14699-0#comments 需求方v_6.150.2如何加入藍芽配對功能 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/dsps-3
论坛: 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 >我想在我的需求方v_6.150.2中加入藍芽配對功能< / p > < p > < / p > < p >請問該功能如何實現< / p > < / div > < / div > < / div > < div class = "字段field-name-field-devicefield-type-taxonomy-term-reference field-label-above">
Device: 
Tue, 17 Nov 2020 07:59:44 +0000 alex.jian 387110年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/dsps-3#comments DA14531-DA14585-586_Reading_I2C_Accelerometer_BLE代码示例不工作 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/da14531-0
论坛: 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 >我想获得示例代码”< >强da14531 da14585 - 586 _reading_i2c_accelerometer_ble < / >强”但不是工作单片机不能读取数据从传感器的. .我已经正确设置凯尔环境根据文件对话框半网站和我的正确的i2c地址ADXL345(<强> 0 x53 < / >强)在文件夹“< >强user_ADXL345.h < / >强劲”。我试图把断点调试代码的函数”< >强int16_t ADXL345_read_X(空白)< / >强”和i2c读取命令”< >强i2c_master_receive_buffer_sync(及byte_received 1, abort_code, I2C_F_NONE); < / >强”返回一个错误代码“I2C_ABORT_7B_ADDR_NO_ACK”。我附上了调试窗口的截图。我甚至尝试接口HMC5883L数字罗盘,但我面临同样的问题为这个罗盘。请帮我解决这个问题。

DEVICE- DA14531 USB dev board

SENSOR-ADXL345

PINS CONNECTED- sda-01,scl-03 < / p > < / div > < / div > < / div > < div class =”字段field-name-field-attachment field-type-file field-label-above”> < div class = "字段标签" >附件:,< / div > < div class = "字段条目" > < div class =”field-item甚至“> <跨类=“文件”> < img类= "文件图标" alt =“PDF图标”title =“应用程序/ PDF”src = " /模块/文件/图标/ application-pdf.png " / > debug screenshot.pdf

Device: 
星期五,11月13日2020 09:10:12 +0000 桑克特水兵 386667年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/da14531-0#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/how-put
论坛: 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 >串行调试期间,我遇到了以下问题:< br / > 1。如何将串口接收到的变长数据放入数组中?我应该怎样做才能达到这个目标?这对我来说很重要。< br / > 2。在调试时,继续从接收中断处理函数(uart_rx_isr)执行到接收回调函数(uart_read_cb)。接收回调函数执行完后,按F11继续执行,然后跳转到这个函数uart_rls_isr,我想知道在什么情况下会触发这个函数(uart_rls_isr)?非常感谢您花时间来解决这些问题。< / 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 = " / forum-post-device / da14531”“=“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " > DA14531 < / > < / div > < / div > < / div > Thu, 12 Nov 2020 08:22:30 +0000 MrWeng 386549年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/how-put#comments PCB天线 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/pcb
论坛: 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 >我们试图利用天线中引入一个- b - 027基于DA14585设计为我们的项目,但是我们有一些疑问:

1)为什么在天线的底层也有痕迹,为什么有通道连接天线的顶部和底部痕迹?< / p > < p > 2)注意天线的参数- b - 027, dxf格式天线,和DA1458xPro开发工具是不一样的,我用Ansys(基于)模型AN-B-27的天线,在广告、阻抗匹配调整阻抗匹配参数和波形与AN-B-27不同,我不知道怎么了< / p > < p > < / p > < / div > < / div > < / div > < div class =”字段field-name-field-attachment field-type-file field-label-above”> < div class = "字段标签" >附件:,< / div > < div class = "字段条目" > < div class =”field-item甚至“> <跨类=“文件”> < img类= "文件图标" alt =“PDF图标”title =“应用程序/ PDF”src = " /模块/文件/图标/ application-pdf.png " / > Ansys.pdf < / > < / span > < / 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 > Thu, 05 Nov 2020 14:36 - 30 +0000 dyq7 385571年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/pcb#comments 液晶——emwin外部XBF字库如何生效 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/lcd-emwin

论坛: 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 >我现在使用DA14695 Pro开发板开发基于emwin的lcd文字显示功能,遇到如下两个错误:< / p > < p >(1)节”。文本将不会适应地区的罗(2)地区的ROM的溢出,45296字节< / p > < p >查找了相关的问题记录找到:< a href = " https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/need-guideline-write-xbf-font-partition " > https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bl..。< / >这个相似的问题记录,判断应该是我调用了“GUI_DispString(“xxxx”);“函数导致字库被烧录进入罗导致溢出。然后又按照< a href = " http://lpccs - docs.dialog semiconductor.com/an - b - 074 - da1469x_smartbond emwin图形library/index.html”目标= "平等" > - b - 074:DA1469x emWin图形库和GUI < / > section10,指导将自己生成的XBF字库使用Smartsnippets工具烧录到了flash里面,再emWin相关的字体设置中按照指导设置如下:< / p > < p >--------------------------------------------------------------- < p > # define USE_XBF_FONT 1 < br / > #如果USE_XBF_FONT < br / >静态GUI_XBF_DATA * pDataXBF; < br / >静态USERDATA_EXTERNAL_RESOURCES UserDataXBF;静态GUI_FONT * pFontXBF; < br / > < br / > # endif < / p > < p > #如果USE_XBF_FONT < br / > / /需要准备数据检索的字体从闪存分区
UserDataXBF。
UserDataXBF. Offset = PARTITION_OFFSET_XBF_FONT;PartitionID = PARTITION_ID_XBF_FONT; < / p > < p > / /检索自定义字体FLASH存储在< br / > _XBFCreateFont(及pFontXBF,和pDataXBF、XBF_FONT_TYPE, UserDataXBF); < br / > # endif < / p > < p > GUI_Init (); < br / > GUI_SetFont (pFontXBF); p < / p > < >-------------------------------------------- < p >但是还是报:< / p > < p >(1)节”。文本将不会适应地区的罗(2)地区的ROM的溢出,45296字节< / p > < p >溢出的罗字节数都是一样的也就是说默认的字库也被同时烧写进去了,请问如何解决以上问题吗?< / p > < p >——期待回复,非常感谢----

两个错误

Device: 
Thu, 05 Nov 2020 03:06:19 +0000 松树 385477年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/lcd-emwin#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/%E4%BD%8E%E5%8A%9F%E8%80%97%E6%97%B6%E9%92%9F%E9%80%89%E6%8B%A9
论坛: 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 >你的好,我在调试低功耗时将时钟的选择改为用内部的RCX20,(#定义CFG_LP_CLK LP_CLK_RCX20), < / p > < p >这样和选择外部32 k的时钟对睡眠和唤醒有什么区别吗,有没有文档是关于时钟的选择说明呀?< / 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 = " / forum-post-device / da14580”“=“skos:概念”属性=“rdfs: label skos: prefLabel”数据类型= " " > DA14580 < / > < / div > < / div > < / div > Wed, 04 Nov 2020 07:01:11 +0000 GGQ_in 385356年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/%E4%BD%8E%E5%8A%9F%E8%80%97%E6%97%B6%E9%92%9F%E9%80%89%E6%8B%A9#comments