DA14585

Error: C4065E: type of input file 'DA14585AC' unknown

Sat, 2020-10-31 13:26--Wu hongyi

Hi, Dialog!

I run the Blinky Peripheral example application on the basic development kit according to the reference document UM-B-048. after I have done all the preparations(follow the reference steps), ready to compile the SDK example project blinky, Keil5 notified me of an error:Error: C4065E: type of input file 'DA14585AC' unknown.

da14585 怎么把数据放进 Tx list,实现 uart DMA发送

Fri, 2020-10-30 09:57--DB1423

在DSPS_6.150.4.50上做透传功能,有些数据从585采集,并不是从ble接收。怎么把585采集的数据放进Tx list,实现 uart DMA发送?

user_ble_to_dma_uart( (void *)param ); 比如user_uart_tx_data[10] = {0,1,2,3,4,5,6,7,8,9}数据要怎么传入param ,怎么开辟数据空间?

void user_ble_to_dma_uart(void *msg)
{
struct ke_msg *msg_tx = ke_param2msg( msg );

__disable_irq();
co_list_push_back(&dma_uart.tx_list_ready, &msg_tx->hdr);
__enable_irq();
}

DA14585 - BLE Central and Peripheral Error in code testing

Tue, 2020-10-27 22:09--shah.jayd

Hi all,

I am working on DA14585 Basic Kit.
For the application I am building I would be needing to implement both Central and Peripheral appication on DA14585 (individually).

Before I implement that, I want to implement BLE Central on one kit and BLE peripheral on another and test the working. I will make some modification to those code for the custom profile (I have tested custom profile with peripheral and smartphone on other end).

Note: SDK version: 6.0.14.114 & DA14585 Basic Kit

ADC problem

Mon, 2020-10-26 19:14--HamzaAffes

im trying to read a voltage output from a voltage devider ( 3v to be precise), and i managed to understand some parts about the adc reading

using the sdk 6.0.14 i wrote this code based on the batt example in the peripheral examples

/ /在periph_setup.h

#define ADC_PORT GPIO_PORT_0
#define ADC_PIN GPIO_PIN_1

uint32_t adc_get_voltage_sample(void);

GPIO_ConfigurePin(ADC_PORT,ADC_PIN,INPUT,PID_ADC,false); // in set_pad_functions

//in periph_setup.c

请问Dialog有针对DA14585的量产烧写测试工具提供吗?谢谢!

Mon, 2020-10-26 07:15--孙梦君

你好,

请问Dialog有针对DA14585的量产烧写测试工具提供吗?谢谢!可以实现脱机烧录和烧录的设备MAC自加1。

希望您抽空回复,邮箱1211004199@qq.com

Calibration

Thu, 2020-10-22 23:20--epoulsen

Hi

If i do my own module based on DA14585 based on your referance design then do I need to do any calibration of the module when it is beeing produced?

If yes doe you have any document that describe what has to be done?

For BT SIG do I have to de a new qualification when I use the chip and your referance design or can i just relay or the chip qualification you already have done?

Br Erik

spi flash burn failed

Wed, 2020-10-21 09:16--zyosintek

I am using the toolbox 5.10 burning tool to burn external flash, but sometimes it does not work very well, sometimes there are abnormal connections and burning failures.

I use jtag to connect to my product board for burning. At present, there are two kinds of errors in the test, one is the failure of connecting the chip, the other is the failure of the flash operation.

Do you know what the problem is? thank you!

Pages

Subscribe to RSS - DA14585