DA1468x

DA14683 - 0x7F000E6 exception ?

Fri, 2018-12-14 13:43--bobspam@free.fr

Hello

I am running some demo code on my new hardware board. The code works fine using the USB dev-kit. On my board I end up in an infinite loop in the ROM code at location 7F0 00E6.

Can you help me with that one ?
- Are there any doc of the ROM code ?
- Is this a reset like BOD or watchdog ?
- Any other hardware exception ?

I am using Ozone v2.60i, JLink v640 and Segger Jlink EDU under Linux Ubuntu LTS 18.04 out of the box, no configuration.

Thank you in advance

Address of device before resolution in BLE_EVT_GAP_CONNECTED event

Wed, 2018-12-12 13:28--apoudret

Hello,

When connecting to a device to which we are bonded, the actual address of the device is resolved automatically (using the LTK).

Currently, when I connect to a device with a specific address (the address before resolution), I get a connected event which holds an other address (the address after resolution).
This means that I can not compare the address of the event with the address I tried to connect to.

cli_programmer and jlink 6.4 under linux

Fri, 2018-12-07 13:51--bobspam@free.fr

Hello

I am trying to use cli_programmer with
- Linux Ubuntu LTS 18.0.4
- Segger Jlink 6.4
- Dialog DA14683 USB Dev Kit
- SDK DA1468x_DA15xxx_SDK_1.0.14.1081

我最终结束了“无法打开GDB接口”

请附上jlink.log

Can you please indicate me
- supported version of these tools ?
- known bugs / workaround to have these tools working ?
- documentation to rebuild various required binaries ?

Thank you in advance

DA1468x Software Platform Reference UM_B_044 Appendix I

Wed, 2018-12-05 08:46--bobspam@free.fr

Hello

Can you please update Software Platform Reference Appendix I of DA14683 using the following command from the SDK root
#bash : egrep -roh "dg_config[[:alnum:]_]+" . | sort -u

I get 301 different dg_config words while there are only 80 in the doc.

Thank you in advance

retained memory between bootloader and app in sleep mode

Sat, 2018-12-01 15:57--garzola

Hi,

I would like to share memory not initialized variable between bootloader and the app , is this possibile ?
i tried with __RETAINED_UNINIT and seems to wok only when sleep mode is not used.
basically what I 'm looking for is a not initialized memory kept on a restart.

Thanks in advance

How Can DA14681 Support SPI Flash MX25R1635F

Fri, 2018-11-30 11:13--guxiang

Hi, dialog
We want to run application code in MX25R1635F with DA14681 basic devkit. We had replaced the board default flash W25Q08EW with MX25R1635F in hardware. Now it can download the code to MX25R1635F with SmartSnippets , but it couldn't work well. Is that we should modify something in config file or change something on bootloader? Please give us some guidance.

How to change LE 1M PHY or LE 2M PHY configuration in DA14682

Mon, 2018-11-26 07:32--Jitendraprasad

Hello Dialog team

I am working on DA14682 and SDk v-1.0.14.1081. My question is how to change LE 2M PHY settings in pxp_reporter example code or any other example code to achieve higher data throughput over BLE-5 capability.

Any help will be appreciated.

问候
Jitendra

setting of Advertising Data

Wed, 2018-11-21 09:58--nigelyang

Hi Dialog,

I cannot understand the rule of setting advertising data, where can I find the related document? My current advertising data is
/* Advertising data */
static uint8_t adv_data[22] = {
0x03, GAP_DATA_TYPE_UUID16_LIST, 0xF5, 0xFE, 0x11, GAP_DATA_TYPE_UUID128_LIST, };

if I want to add some services, for example, adding BAS service, how do I add BAS data in adv_data[ ]? And should I add Local name in adv_data[ ] or in scan_rsp_data[ ]?
thanks

Pages

订阅RSS - DA1468x