Looking for the application code for PAN 1740
Hi,
I am new here. I would like to make a project on PAN1740. I am looking for the applications code. Someone can tell me where can I download?. Thank you in advance.
Hi,
I am new here. I would like to make a project on PAN1740. I am looking for the applications code. Someone can tell me where can I download?. Thank you in advance.
Hello,
I need some help regarding "Device is disconnected" problem when trying to connect to my PAN1740 module with DSPS app (iOS and Android). My DSPS SDK is DA14580_DSPS_3.150.2.
Dear support team,
Hi,
How can I connect multiple SPI slave devices to PAN1740 with different chip selects?
How to configure them and read data in the code?
Thank you
Bharath
Hi,
在我们的产品,我们是planning to use J-Tag pins SWDIO and SWCLK as GPIO's. We are using an external SPI_flash memory to store code.
For this we need to disable the Debug mode. So if we do this, will we still be able to load the code to external SPI_flash memory via J-Tag?
Is this a good design to consider? Is there a better way to access these pins?
Hi all,
I'm experiencing the following behavior: My application sends the GAPM_START_ADVERTISE_CMD command to TASK_GAPM. In terms of functionality, all works fine: The DA1458x starts advertising and I can establish a connection. The weird thing is that I only get the GAPM_CMP_EVT message (which is the confirm response to the GAPM_START_ADVERTISE_CMD command) AFTER a connection has been established! The communication sequence is as follows:
Hi all,
I have a project with a custom service (custs1) and the Dialog SPS service. My problem is that after sending the SPS_SERVER_CREATE_DB_REQ message to TASK_SPS_SERVER, the custs1_create_db_req_handler is called mistakenly (instead of sps_server_create_db_req_handler).
Any ideas what could be going wrong here? I'm happy to provide more info, if needed. I'm using SDK 5.0.4.
Thanks,
mabraun
Hi all,
In order to be able to debug some of the problems I'm having, I would like to know which function handles the reception of incoming SPI GTL messages in an external uC configuration. I used the proximity reporter example as a starting point. In spi_hci.c I can see that a callback function is called in spi_receive_data_isr(). This callback is set through the spi_hci_read_func() function. However, I am not able to trace back this callback (I end up in jump_table.c).
Could you please point me to the function that handles incoming GTL SPI messages?
Hi all,
Hello Dialog,
I am trying to fully automate my OTP programming process. For hardware, I have a custom interface board that uses an FTDI 230X chip. For firmware, I have a HEX file and OTP Header file that I am flashing.