DA14580

is this fixed? The DA14580 must automatically wake itself up at least every 10 s

Fri, 2015-12-25 10:35--achao1104

The DA14580 must automatically wake itself up at least every 10 s, even when no external wake-up
中断被触发。这种自动醒来s not prevent the external wake-up process to be
fully functional as described.
A workaround for this limitation will be given in a future release of this application note, as
alternatives are still under investigation.

How to perform a I2C burst write?

Fri, 2015-12-25 07:31--kenneth.er

Hi all,

I'm rather new to the DA14580 SDK and have been trying to port the EEPROM I2C code to control my fuel gauge chip. So far, I have success in the reading portion but not so much on the writing portion. To transmit command over I2C, I have been using SEND_I2C_COMMAND(). However, this code will always append the slave address before the 1 byte data. How do I just simply transmit 1 byte over the I2C w/o transmitting the slave address as well?

My apology if this has been answered before but I couldn't seem to find the answer on the forum. Thank you for your help!

Question about Receive GATTC Message

Thu, 2015-12-24 09:06--Stone_wang

SDK:3.0.6
I use sample128.c profile ,
When Center write sample128 chara.., I will receive message :GATTC_WRITE_CMD_IND ,and go into gattc_write_cmd_ind_handler,It is work well .
I want to know , if center( smart phone ,or others ) read characteristic by UUID , I should receive message :GATTC_READ_CMD right ?
So I add the code :
/// Connected State handler definition.
const struct ke_msg_handler sample128_connected[] =
{
{GATTC_WRITE_CMD_IND, (ke_msg_func_t) gattc_write_cmd_ind_handler},

Connection Manage not work

Mon, 2015-12-21 09:25--Lane

Hi dialog :
I was use the Connection Manager and when I click the button"boot test mode",there is a window show :

"unhandled exception has occurred in your application,if you click continue .the application will ignore this error and attempt to continue .if you click quit ,the application will close immediately . unable to load DLL"hci_lib.dll ":The specified module could not be found. [Exception from HRESULT:0x8007007E] "

I have check the "hci_lib.dll" is also in the installation folder. Can you help me ?

Issue with Smartsnippet for firmware download with Jlink

Fri, 2015-12-18 17:32--olivier perrier

Dear Support,

We use the SDK 3.0.6.
We are in our first product series and get a big issue for burning the OTP on the panasonic modules.
We try to burn our modules using a Jlink accross Smartsnippets in command lines (bute get the same issue using smartsnippets in GUI)

Our test bench is compatible for using our modules in RAM (test with Keil debug and run).
But we can not burn the OTP using Smartsnippets.
Sometimes it runs but most of times we get the following error:

Pages

Subscribe to RSS - DA14580