Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
nrf52840 with the official usb hid_generic routine transplant, the computer's 2.0 port hot swap probability is very small power-off restart, other ports are not tested out...
1. dts config file, I2C_SDA is configed GPIO P0.09/NFC1 , I2C_SCL is configed GPIO P0.10/NFC1, months ago, I'm using the old SDK, I also found that these pins configed as...
Hi Nordic team,
We need assistance in determining the appropriate GPS mode for our application: A-GPS or P-GPS? Though we believe A-GPS is more suitable for the use-case...
Hello,
My coleagues and I have been developing our application on the nRF5340 Audio DK for a while now and everything is working fine. Now we are at a stage where we want...
I am working on a custom development board with nRF5340 MCU. I have used two mics and integrated the LC3 codec library. I have assigned the following spaces in the prj.conf...
Hello,
I'm using a nRF5340 DK and ncs version 2.3.0.
What i try is, to use calls like
sdc_hci_cmd_vs_zephyr_read_chip_temp() that is available in header file sdc_hci_vs...
How can we retrieve all network devices RSSI/LQI value? Is there option to subscribe value for LQI ? We just want to showcase LQI/RSSI on server so user be aware if device...
Hi,
How can I retrieve the complete list of supported input and output clusters for all endpoints on a Zigbee end device? I'm currently able to access the On/Off cluster...
Hello,
I'm trying to use several USB CDC ACM instances with USB_DEVICE_STACK_NEXT. (nRF Connect SDK 2.8.0)
Is there a way to set the VID?
And is there a way to set different...
hello, when trying to program my 9160 board, I get this: I already tried the recover command but that yielded the same results. thanks in advance -shlomo
Hello. I have a question about setting the VS code development environment.
" ">www.youtube.com/watch I installed the above YouTube link and installed toolchain v2.8.0 and...
Hi,
Is there any low power mode option for nRF91xx devices where it can still retain could connection? Can this be achieved through iDRX mode?
Regards,
Pavan Vo...
These are customized UUIDS declared by me
/* Custom Service Variables */
#define BT_UUID_CUSTOM_SERVICE_VAL BT_UUID_128_ENCODE ( 0x821675c3 , 0x4046 , 0x45f9 , 0xb8df...
Hello,
I am having some problems with sending data packets larger than 20 bytes over BLE.
We are currently updating our product, that includes the nRF52832 on a custom...
I have an nRF7002dk & its datasheet mentions that there is a 64 Mb external flash memory. The memory is connected through a regular highspeed Serial Peripheral Interface ...