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...
Hi,
We were trying to setup a device in Canada with carrier 'Telus'. We are able to connect to network but our connection to the cloud seems not happening( HTTPS, MQTT)...
I am adding the secure DFU bootloader examples/dfu/secure_bootloader/pca10056_s140_ble/ to my existing BLE UART peripheral project. I am using SDK 16.0.0 and nrf52840.
I...
Hi,
We are working on the customized board we used your reference design of nRF52832 . My question is what is the output voltage of swo_d pin in the fresh pcb without...
Hi,
Working on ble_app_uart pca10040 with nRF Toolbox app, getting disconnection issue very often. attached screen shot for your reference.
using PCA10040 nRF52 Development...
Hi everyone,
My hw/sw configuration:
- nRF52840 - sdk 15.0.0 - softdevice: s140_nrf52_6.0.0 - bootloader + softdevice + application
We're in production stage and we...
I've implemented secure DFU which works fine. However, if a user was to do something like quit the App or disable Bluetooth during DFU, or another fault occurred, because...
I am creating an original service using the example of Multilink Central.
I'm trying to reference an LBS to send data to a particular peripheral.
I tried to send using...
Hi,
I have a NRF51802 custom board, using sdk12.3.0 and softdevice 130 for my applications.
I would like to generate hmac sha 256 in my application.
Can you please...
I am trying to do OTA DFU by 'nrfutil' shell line tool and encounter the error, logs as below:
In this log you can see "Increment target device addr".
How should I do...
To the kind attention of Nordic support team,
Releted to this: https://devzone.nordicsemi.com/f/nordic-q-a/68238/gzll-keycode-optional-host-id-validation-stage
We noticed...
It is very useful to have all those examples to help us learn how to use the DK.
However, I am seeing a list of examples and source code but nothing about what they are...
Hello, I m developing a device based on nrf5340. On the ERRATA is reported that USBD is not working on QKAA-AB0.
I suppose QKAAAB 1940 is not working too, when do you think...
Hello, DevZone!
Recently, I've read a lot of questions and replies related to the nRF5's SAADC and BLE.
Even though I found some pages discuss about the continuous sampling...
Hi Nordic Team
We are using nRf52840 for our new product. We need your inputs on the design we are planning to connect slaves on SPI.
SPI_SDO mapped to P0.23
SPI_SDI...