OTP header
Hi,
I have seen CFG_NVDS_TAG_BD_ADDRESS Default bdaddress. If bdaddress is written in OTP header this value is */
/*ignored
1.where is otp header,where can written,which file,explain in steps
Hi,
I have seen CFG_NVDS_TAG_BD_ADDRESS Default bdaddress. If bdaddress is written in OTP header this value is */
/*ignored
1.where is otp header,where can written,which file,explain in steps
Hi,
I have found #define USER_ADVERTISE_DATA in user_config.h
please tell me the format of USER_ADVERTISE_DATA..
how it is and what is in that..how can i modify it
Hi,
in you examplecode for SPI->DMA, spi_access() is called to start receiving data.
spi_dma_receive()
{
...
data_buffer[0] = spi_access(filler); //Start transfer by receiving the first byte manually
...
}
Can you please elaborate on the following:
1. Why is this needed
2. Shall data on the SPI bus be started after this dummy call or can data lready be flowing on the SPI bus, when this is called.
/Brian
Hi,
I want to turn off BLE code and again turn on when needed.
where i have to get the control..simply i want conditional compilitaion over BLE in my main code.
pl help me with clear steps
Hi dialog,
i m trying to flash 585 onboard flash..or 128 k ram i want to flash
through keil i m trying to do it.
while in that steps.i dont know which algarithm to use.
im attaching th files pls follow.
please guide me the steps in detail
Hi Dialog,
I'm trying to use in SPI Flash Programmer using smart snipperts toolbox..
i m following the document o UM-B080: Section 6.8: SPI Flash Memory Example
but im getting the error
please help me and tell me the steps in detail to program spi flash
Hi,
I have doubt regarding these 2 documents.
can you please explain what is for what regarding DA14580 and DA14585
1.Software Platform Reference
2.Software Developer’s Guide
what is BLE_CUSTOM1_SERVER.
how many servers need to create i mean for each custom profile one server?
Hello Dialog,
There is a sample code in the DA14585 SDK, the directory is \ 6.0.10.511 \ projects \ target_apps \ misc \ ancs_client \
These examples are used in the Apple Notification Center Service (ANCS) and each sample has several issues.
1. Can I add customer service to the ANCS architecture?
2. In the ANCS architecture, is the matching mechanism different from the general mechanism?
Thanks.
Hi,
I want to use timer ISR.please tell me how to use configure
I have written SWTIM_Handler()..im unable to map it with BLE stacl
how do we link our timer ISR with BLE stack.
please help me in this context