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...
Hello,
I'm trying to port the radio synchronization to a nRF5340. For this i need to use a DPPI group that clear a timer and disable itself for doing the task only 1 time...
I'm getting an undocumented status value back from nrfjprog when I try to program my dev board:
ERROR: command exited with status 3221225477 : nrfjprog --program C:/mdsg...
Hi,
I'm new to Nordic tools and am stuck on getting all the pieces in place. I have:
Mac OS 10.14.6
nRF Connect v3.6.1 Getting Started Assistant
Python 3.6.3
All...
Hey Guys,
Transferring emulated project
Transferring an emulated project to the nRF52810 SoC,
If you have developed your application using the emulated project...
Hello,
I am trying to setup a Project with nrf25840 by using the nRF IEEE 802.15.4 radio driver in multiprotocol mode with ble. ( https://github.com/NordicSemiconductor...
Hii guys ,
I have a customised nrf module based on nrf52810 . I have dumped ble_app_beacon code and it works fine but when i dump ble_app_uart example code then i am not...
Hi
I have a question about peers deleting.
It is saying in documentation about pm_peer_delete:
"Warning Use this function only when not connected to or connectable for...
hi Support team,
I have one problem with window7 system both 32 bit and 64 bit, that the usb cdc driver can not be verified by windows, that software signature is not right...
hi support team,
customer has one question about TWI electricity. in the IIC spec the "tLow " should be more than 1.3 us
however, our chip interface TWI timing " tLow...
Overlapping segments detected at address 520192.ERROR: The hex files cannot be merged since there are conflicts.
should be
Overlapping segments detected at address 0x...
I’m obviously missing something from the information I’ve gathered with respect to designing a co-planar waveguide, PCB 50 Ohm transmission line. The calculations I get differ...
Hi everyone,
I've been working on the firmware for a BLE keyboard, this is my first big project using the nRF5 SDK and everything's been going great so far. I'm using...
nRF5 SDK for Thread and Zigbee v4.1.0 documentation states that only application can be updated over Thread Secure DFU. However, nRF5 SDK for Thread and Zigbee v2.0.0 documentation...
Hi,
I am running an nRF5 SDK BLE example ( Cycling Speed and Cadence Application ) on nRF52 DK as peripheral and connect to nRF connect mobile app as central, and I would...