HIDS Database Description
const struct attm_desc hids_att_db[HOGPD_IDX_NB] ={
const struct attm_desc hids_att_db[HOGPD_IDX_NB] ={
When I build the bare-bones example, make a change and then rebuild target, the system rebuilds only the changed files and dependencies, (which is correct).
When I compile the empty peripheral template in exactly the same way, the compiler always rebuilds ALL files, not just the ones that have been changed.
I'm using Keil 5 on a fresh download of 5.0.2.1. All project options in both cases are identical as far as I can see.
Anybody know how to stop this behaviour?
When the flash is empty, it can erase successfully.
there is code in flash, it erase successfully. However, the information in the LOG indicate success. What is more, the "Memory Contents" is not all "0xff".
HI, ALL
I do not know how to change the value of GATT Characteristic;
for example:
const struct attm_desc diss_att_db[DIS_IDX_NB] = {
// Device Information Service Declaration
[DIS_IDX_SVC] = {ATT_DECL_PRIMARY_SERVICE, PERM(RD, ENABLE), sizeof(diss_dis_svc),
sizeof(diss_dis_svc), (uint8_t *)&diss_dis_svc},
Hi Dialog,
I faced one weird issue about using API 'app_easy_timer'.
I tried to setup one timer in 'user_app_on_init' which is callback of 'app_on_init' in arch_main_loop_callbacks.
But it was not ever fired at all.
Strange thing is that It was able to fired normally while setting it at callback 'user_advertise_operation'.
Could you comment what the appropriate usage is for API 'app_easy_timer'?
Hi all,
UART_BAUDRATE_115K2 is the value 9.
How to get the value 9?
16M crystal,115200 baudrate ,vaule is 9,wyh?
And is I wan to set the BAUDRATE is 9600,the BAUDRATE set value is 9*(115200/9600) =108?
Hi, is there anyway to modify the existing keyboard application to operate without the rows? ie. just 10 columns and not row outputs.
Also, i tried running the keyboard reference design on the basic board but I don't see any advertisements. I've already disabled multibonding and eeprom as suggested on another post. Any help would be greatly appreciated.
flyingbed
Hi,
Greetings of the Day!!!!
I'm Dinesh Vinayak Katkar, from Robota Corporation,Pune INDIA.We are planning to build Wearable Personal Safety Wristband and selected Dialog Semiconductors SoC DA14580 as application point of view which is useful for wearable devices.
But in our Product,we are planning to interface MIC with DA14580 ,so I would like to take support for this issue .
Hello Dialog,
I recently installed Connection Manager for my Lenovo Win10 computer, Dell E6330 Win7 64bit, Dell Inspiron Win7 64bit... Either works!!!
I installed JLink OB driver, FTDI driver, Microsoft .Net framework 4. And tried connection manager for 3.0.8 and 3.0.10 SDK. When I open the window of connection manager, I can see the com port, I can down load the firmware, but it can't work properly and please see the log as blow:
Hi all. In our project we have to use the GPIO to control the color of 2 RGB LEDs, and that means 6 PWM signals. From my understanding the DA14580 can generate 4 independent PWM, which is not enough for me. My current approach would be to generate them using a timer, and on each interrupt I will set the on/off state, is this approach acceptable? Would it affect the BLE functions due to high freq of interrupts?