DA14580

关于gpio口的设置

Thu, 2018-08-30 10:11--szhk9k9k9

hi there

百忙之中打扰了,请问一下如何将P1_4/SWCLK和P1_5/SW_DIO作为gpio接口使用(比如用来控制led)。
为什么我这样定义不行。就是没有信号输出。
GPIO_ConfigurePin(GPIO_PORT_1, GPIO_PIN_4, OUTPUT, PID_GPIO, false);
GPIO_ConfigurePin(GPIO_PORT_1, GPIO_PIN_5, OUTPUT, PID_GPIO, false);

14580回复APP两条数据,为什么APP只接收到后面一条?

Thu, 2018-08-30 09:54--huzhongyi

14580回复APP两条数据,为什么只接收到后面一条?谢谢!

int newDataLen = strlen("$3{\"ret\":0,\"timeSta");
memcpy(bleData, "$3{\"ret\":0,\"timeSta", newDataLen);
bleData[newDataLen] = 0;
attmdb_att_set_value(param->handle, strlen(bleData), (uint8_t*)&(bleData[0]));
prf_server_send_event((prf_env_struct *)&custs1_env, 0, param->handle);

usDelay(50 * 1000);

UART Speed

Thu, 2018-08-30 05:22--afkiwers

Hello,

How does changing the pins for the UARTx interface affect the max baud rate? Can I change them as needed? Where can I find the max baud rate of the interface?

From Keil:
/ * * * *************************************************************************************/
/* UART configuration */
/ * * * *************************************************************************************/

Invoking sleep with UART in receive mode

Wed, 2018-08-29 21:40--Max44

I'm field testing a custom board with a DA14580 and an external MCU managing sensors. When connected (to an Android tablet in my case), the external MCU sends sensor data once per second to the DA14580 via UART. Upon disconnect, I'm invoking extended sleep mode pending a wakeup on a GPIO pin toggled by the external MCU. Functionally, this is working great but we're not seeing the expected low power when we're supposed to be in sleep mode.

Debug with ST-Link in Keil

Wed, 2018-08-29 11:05--pvmellor

We use the PAN1740 containing a DA14580 in our custom board. We pull out the SWDIO and SWCLK lines for external access. Is it possible to debug the DA14580 using these lines and an ST-Link/V2 debugger in the Keil uVision5 IDE? The Keil IDE has an option in its debug settings to use a ST-Link, but when i set it up like this it fails to attach to the DA14580. I do manage to use the Keil IDE to successfully debug the chip via a PAN USB evaluation module that contains a SEGGER J-Link.

Thanks,
Paul.

下载DA14580 Codeless AT Command Now Available 权限

Wed, 2018-08-29 08:18--special

管理员你好,公司正在做DA14580的串口数据传输项目。

我想查阅及下载 Codeless AT Command Now Available ! 这里的文档和资料,但是一点击连接进去就显示
You may need to register or log in to gain access to this content.

请问您可以帮忙开通这个权限吗?非常感谢!

Pages

Subscribe to RSS - DA14580