DA14580DEVKT-BUserGuide - selecting options
I have used this document DA14580DEVKT-BUserGuide. However, I cannot enter an option when the window showing u- UART f-SPI etc. occurs
I have used this document DA14580DEVKT-BUserGuide. However, I cannot enter an option when the window showing u- UART f-SPI etc. occurs
Hi,
I am using Murata ZY type which uses DA14580.
I am wondering if I can boot through development mode and let it download the firmware
via UART without any external oscillator connected to it?
is there any disanvantage?
Thanks
When I pressed "Y" and "H" all the time, I hit the key "K", I found the key "K" was reported by sending notification through GATT suscessfully as it causes a GATT_NOTIFY_CMP_EVT message . Howerve the peer device seem to don't receive the key. I hit the key "K" more times, the connection lose.
Hi,dialog
I found it is hard to establish connection with my device,I have to try several times to connect 14580, do you have any advices to me? how to check out the problem?
Thank you!
Hi Dialog,
To speed up the design effort, may i know if there is any orcad symbol for both schematic and layout qfn40 5x5mm available to download? this will help to prevent any symbol creation issue and also help developer to have hassle free to create symbol.
Thanks.
Warmest regards,
Charlie
i am trying to implement the tip client ( time server is on ios device that i am using)
on connection -> CTS is discovered , CTS characteristic are discovered , and CCD is discovered fine
now after i am enabling notification , gattc_cmp_evt_handler is executed and in gatt status i am getting 0x05
please help i want to read current time from the Ios time server
Hi,Dialog:
We know,when the DA prepare to go into sleep ,it will close the power of the Peripheral ,So when it in sleep . Can the external interrupt work ?
Thanks liyang
previously discussed in the posthttp://support.dialog-semiconductor.com/removing-ad-flags-advertising-pa...that it's illegal to send no flag AD.
But the fact is that BLUETOOTH SPECIFICATION permit no flag AD,“ The Flags AD type shall be included in the advertising data if any of the bits are non-zero. The Flags AD type may be omitted from the advertising data if all of the bits are zero.”
so please reconsider the unneccesary limit.Currently is it possible to send no flag AD?
Hi~
Can I use JTAG to program the OTP ?
I have read the document . It mentiones the JTAG can be an optinonal signals between interface board and da14580. So, I wonder whether the OTP progamming can be done by JTAG.
Thanks!
Hi dialog,
I define a variable in retention ram like this
uint32_t RTC_sec __attribute__((section("retention_mem_area0"),zero_init)); //@RETENTION MEMORY
when I sw reset the device , the RTC_sec was clean to 0, how to remain the value after I reset