DA14681如何使用printf
中间看到很多宏定义,用于控制HW_UART,经过一段时间的调试,我现在可以用hw_uart_write_buffer查看打印了。
但是现在没办法使用printf,console又涉及到一堆的宏,不知道怎样才能打开console,有这方面的资料吗?
中间看到很多宏定义,用于控制HW_UART,经过一段时间的调试,我现在可以用hw_uart_write_buffer查看打印了。
但是现在没办法使用printf,console又涉及到一堆的宏,不知道怎样才能打开console,有这方面的资料吗?
Hi There,
I have a simple question about running the provided "BLE advertising application" on the DA 16481 Pro-development kit. I am basically following the procedure described on page 41 (Section 7.5.1) of the DA 1648x Software Platform Reference (UM-B-044, attached here). While I can located all the codes and scripts I am not sure what the following line in the 2nd paragraph of page 43 refers to: "running this project using the same procedures described in previous sections ...".
Hi Dialog,
is there an example project without using FreeRTOS? Is it possible at all?
Thanks
Armin
Hello support,
When operating in cache mode and using the SUOTA,
is it possible to rewrite the firmware to the built-in flash memory?
Or does applicaton program need to stop the cache mode?
Best regards,
Jun-ichi
Hello support,
Using the da1468x cache mode, compared with programing when using DA14580,
Are there any restrictions when user create programs ?
Could you please tell me about the restrictions.
Best regards,
Jun-ichi
Hello support,
When voltage is applied to the da14680 VDDIO pin(B2),
do you recommend for supplying a voltage from the da14680 V33 pin(A15) or from the external voltage source?
Best regards,
Jun-ichi
Hello Support,
Using DA14680, if it occurs miss hit in the cache memory(there is no executable code) ,
are there any specifications of the delay time?
Best regards,
Jun-ichi
因IO口有限,在使用DA14681 WLCSP封装需要将USB口做普通IO口使用,当普通IO口也有局限性,一个是睡眠时,IO口状态为未知的状态,IO口高电平只能为3.3V,
但是我在代码里面将睡眠模式关闭:
/* Set the desired sleep mode. */
pm_set_wakeup_mode(true);
pm_set_sleep_mode(pm_mode_active);
同时在prvSetupHardware函数里面添加pm_system_init(periph_gpio_setup); 在periph_gpio_setup函数里面设置添加
USB->USB_MCTRL_REG = 0;
CRG_PER->USBPAD_REG = 0;
hw_gpio_configure_pin(HW_GPIO_PORT_1,HW_GPIO_PIN_1,HW_GPIO_MODE_OUTPUT,HW_GPIO_FUNC_GPIO,true);
Dear Dialog,
I've got some simple packet sniffing code running on both a DA14583 devkit and a DA14681 devkit,
This prints out packet data to a console window via the UART.
For some reason it appears that the RSSI value from the DA14681 is around 20 dBm less than the RSSI seen by the DA14583.
Also, the 14681 values fluctuate a lot more than the 14583 values.
Both are using the built-in PCB antenna on the daughterboard.
Is there any reason why the RSSI values should be so different between the two devices ?
Thanks,
Adrian Morgan
Hi,
UM-B-047 refers to UM-B-057-SmartSnippets_Studio_user_guide, User manual, Dialog Semiconductor, but I can't find this document on your website, even through a search.
How do I get access to this document?
Thank you,
Gunther Schwab