DA2210, DA2223, DA4100 Eval Kits or Ref Design
Dear Support Team,
Please advise how to obtain DA2210, DA2223, DA4100 Eval Kits or Ref Design, datasheet etc.
Regards,
Roie
Dear Support Team,
Please advise how to obtain DA2210, DA2223, DA4100 Eval Kits or Ref Design, datasheet etc.
Regards,
Roie
Can the GPADC adapter be configured to read multiple inputs? It looks like it relies on the internaldynamic_datavariable. Using that, it appears the adapter will only handle one input. Is there another way?
Hi,
DA1469x datasheet说灵活处理power -> 32 kHz up to 96 MHz 32-bit ARM Cortex-M33 with 16 kBytes, 4-way associative cache and FPU
Do you have a example code / application note that explain how to configure the CPU and assosiated calculation the DA14695 power consmption in such scenario ?
Regards,
Roie
Hi,
The product that we are working on get ADC Sample every 1ms then does some 10K loop then does SHA256 then send the data using BLE to host (using our custom profile)
Do you have a tool to calculate the DA14695 power consmption in such scenario ?
Regards,
Roie
Hi,
hope someone could clarify the difference between the use of these two functions and when / where they should be used.
uint32_t yyy = 0x12345678;
ble_gatts_set_value(xxx_val_h, sizeof(yyy), &yyy);
OR
ble_storage_put_u32(conn_idx, xxx_val_h, yyy, true); // with param conn_idx is this per connection?
Thanks,
Alex.
Hi,
I'm using DA14695 and SDK 10.0.4.66 and have unsuccessfully searched for examples of the following functions being used:
hw_aes_hash_init
hw_aes_hash_cfg_aes_ecb
hw_aes_hash_store_keys
hw_aes_hash_start
Any help would be appreciated.
Thanks.
Using SSS v2.0.07
SDK 10.0.4.66
was able to load/compile/modify pxp reporter demo , debug using RAM and get the usb kit doing things.
tried to flash it with the .bin file created. (i.e. run it standalone)...used the cli-programmer and J Link 6.44 GDB (i.e. command prompt style)
didnt do anything (i.e. not running).
went back into sdk to try and debug...
while debugging get all sorts of errors...(see attachments).
re-flashed the usb with the factory fw.bin...the usb runs standalone no problems.
Just got one of these kits after attending a n event at Avnet, North Reading , MA.
Are there any "canned software" apps specifically geared towrds this board? i.e for a real beginer...jsut to go in , tweek a few things, see how to compe, etc.?
I downloaded all the SDK/SS, etc...I can compile the demo projects in the SDK ( there...ble_multi-lin, pcp_reporter, etc).
Possibly the source code for the "factory default" program loded on the part?
again, super beginer here. If I could flash the led in a manner I dicate by editing some code would be helpful.
Hello, I'm looking at product line for DA1469x and want to know if it's possible to interface the built-in battery charger with a wireless power receiver's rectified (5V) output. Since the charging seems to be based on USB VBUS, could the rectified output just be connected to the VBUS line? Assume USB charging isn't a requirement in this use case.
Hello support,
I'm completely new to Dialog systems.
I received an USB kit ( DA14695) during a roadshow yesterday and I would like to use it to develop some test code using the smartSnippets studio.
Could someone point me to a document explaining the steps to start this?
Thanks