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 developing an application that is sending data every certain seconds in a mesh network and, in order to reduce the power consumption, I wish the node enter...
i am using latest version mesh sdk 3.1 .. i want to interface two boards and want to check the bidirectional using text message, example if client sending the hello message...
Hi,
How can I Understand why the nRF9160 is disconnecting from the network?
How can I read the modem trace bin file to understand whats going on with the modem ?
Hello,
Do you have a soft device that integrates both Bluetooth and USB on the nRF52840 ?
I want to program a firmware that uses both and I'm wondering if you have ready...
What changes are needed in SDK V15 sdk_config.h so nRF52832 can run on internal RC oscillator?
I am using the BLE UART example, nRF52832 with Soft device s132_nrf52_6.0...
I want to extend the list of known UUIDs with some custom definitions but I am unable to open the Open UUID definitions file.
I tried following the Adding UUID definitions...
When connected with RTT viewer, a pin reset with nrfjprog shows a J-Link Error popup saying:
J-Link currently uses target interface SWD while current debugger tries to select...
Hi!
I want to send heartbeat messages from 30 servers to 1 client/provisioner.
I can send _HEARTBEAT_PUBLICATION_SET to every server like OpCode = _HEARTBEAT_PUBLICATION_SET...
Hi,
I have searched the posts about how to send/receive more than 255 bytes ,SPI master EasyDMA mode , but still can not find the solution.
I want to know if a ArrayList...
Hi,
i am facing two issue in nRF9160 cellular application.
1.Asset tracker Application:
i loaded Asset tracker example firmware in nRF9160 eval. board. when i run this...
Hello,
I'm porting a project from SDK14.2.0 to SDK15.3.0. Now, all is compiling, i need to figure out why my project is triggering some exception. To help me, i would like...
I am a newbie with nRF Sniffer, which I have installed on one PCA10040 board. I am sniffing communications between a Samsung phone running nRF Connect and a second PCA10040...
Hi,
Here I am trying to use nRF52 DK single board to implement SPIM0(base address: 0x40003000) and SPIS1 (base address: 0x40004000) master and slave communication protocol...
Hello, It is my first time running FreeRTOS on NRF52 and I would really appreciate any help to figure out the root cause for the hard fault. I run a simple FreeRTOS application...
nRF52832_XXAA, S132 v5.0.1, SDK 14.0.0
We enable SoftDevice via nrf_sdh_enable_request(). We immediately assert nrf_sdh_is_enabled() so we know it worked. On the first...