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 all,
I am trying to do bonded buttonless DFU but an error named NRF_ERROR_FORBIDDEN was raised in enter_bootloader() function under ble_dfu_bonded.c.
The description...
hi,
I currently have an application scenario,using a nRF52832(M board) BLE maser to upgrade another nRF52832(S board) is run standard DFU ,Are there any demo available?
Previously, I used SEGGER to build and run programs on nRF52 DK very quickly (5-20 seconds).
However, for nRF5340 DK, it usually takes about 8-15 min to build and run just...
Hi,
I am trying to connect the current product with MCU EFM32GG290F1024 to a Nordic BLE module in a serialization over UART.
I have port the SDK to my project and need...
1. hardware : nRf52840 dongle.
2. Purpose : Update Firmware into dongle to be sniffer, and restore original default manufacturer firmware for nRF Connect v2.6.0 desktop...
Hello All,
i my project there are 2 ble services now i want to add Flash read/write application i tried with fds as well as flash_write example from the SDK 15.3.0
i added...
Hello!
Apologies in advance for my english.
I already asked a similar question, here is the link to it
When trying to connect a PWM driver PCA9685, I ran into problems...
Hello.
We are using NRF52840, SDK 16.0.0 and SoftDevice S140 7.3.0 and are noticing irregular SoftDevice asserts that don't seem to be triggered by any one particular function...
Hello,
I am curious to see if it is possible to register a device through a web app using the nRF52840's NFC. The goal is to scan the NFC on the device, enter the personal...
Hello,
I'm working on a custom board with a nRF52833.
A small external battery is on the board, and when the power is off, 32.768khz of low power remains on the battery...
I'm running the SDK 17 radio test example on two nRF52840 DKs. My goal is to do a PER measurement in 802.15.4 -mode.
I configure the boards to use ieee802154_250Kbit mode...
Hi, I am using nrf52832 board. I was trying to disable the GPIOTE interrupt for a particular event (Event4) using INTENCLR register. My code was NRF_GPIOTE->INTENCLR = 1 ...
I am trying to get the nRF9160 DK power consumption down as much as possible to establish a baseline for development. After struggling to achieve the values claimed in the...