yabo国际娱乐对话半导体客户支持-控制 https://support.dialog-semiconductor.com/resource-keywords/control DA14585配置BLE_DIAGCNTL_REG将extrc_rxen输出到gpio https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/da14585-configuring-blediagcntlreg < 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 >我看着增程器2驱动程序代码,
-将extrc_txen BLE诊断信号输出到P1_0。
-输出extrc_rxen BLE诊断信号到P1_1。范围扩展器代码不能让我满意的原因是它硬编码使用P0_1和P0_2,为了实现extrc_rxen信号,它将extrc_txen信号反转。这是我在_init()中运行的代码(每次无线电唤醒时运行)。

请验证我正在做的确实是提取extrc_rxen信号。此外,还有关于如何配置BLE_DIAGCNTL_REG寄存器以及如何将其路由到端口的文档。到目前为止,我已经有了自己的理论,我认为这些理论是正确的,但如果能有一份文件,那就太有帮助了。


/* Select diag signals */
SetBits32(BLE_DIAGCNTL_REG, DIAG0, 0x28);// extrc_txen
SetBits32(BLE_DIAGCNTL_REG, DIAG1, 0x28);// rxen=extrc_txen_inv


/* Map to diag port bits */
SetBits32(BLE_DIAGCNTL3_REG, DIAG0_BIT, 3); // extrc_txen
SetBits32(BLE_DIAGCNTL3_REG, DIAG1_BIT, 2); // << GUESSED THIS VALUE


/* Enable diag ports */
SetBits32(BLE_DIAGCNTL_REG, DIAG0_EN, 1);
SetBits32(BLE_DIAGCNTL_REG, DIAG1_EN, 1);


/* Output diag signals to P0 GPIOs */
SetBits16(P10_MODE_REG, PID , 18);
SetBits16(P10_MODE_REG, PUPD, 3);


SetBits16(P11_MODE_REG, PID , 18);
SetBits16(P11_MODE_REG, PUPD, 3);

Device: 
Tue, 14 Aug 2018 22:48:54 +0000 robwasab 218973年https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/da14585-configuring-blediagcntlreg#comments