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 Nordic engineers,
I am using west to build the nRF NCS, my own project which is adopted from samples. Using Powershell (win10) to run west commands as below.
I need...
I tried the "ble_app_hrs_pca10040_s132" example from SDK17.0.2 on an ISP1507-AX and wanted to access the Heart Rate Service to read out Heart Rate and Body Sensor Location...
Hey guys ,
I am trying to merge ble_app_uart code with RTC peripheral code . RTC code works fine when I try it on SDK but after merging with ble_app_uart code it doesn...
Hi,
I have a question about the connection handling when we have two connections to a single smartphone.
The smartphone runs two Applications:
App 1: Acts as central...
Hi,I recently started using a PPK2 board and at first had no trouble setting it up with the Power Profiler Software from the nRF Connect for Windows.
What I realised is...
Hi,
nRF9160 in nRF9160DK with NCS v1.6.0 and master, power consumption measured by PPK2.
With CONFIG_SLM_EXTERNAL_XTAL=n nRF9160 average power consumption is ~7uA after...
My use case is that the nrf9160 is running as a serial lte modem and I have a host controller that is controlling the ENABLE pin. VDD will always be powered so can I leave...
Hi All,
I am using a 3rd Party (Japan) nRF51822 module in a device and it is running a modified Direct test mode firmware without Soft device. Upon testing, it is found...
Hi everyone!
I'm trying to make the NFC work on a custom board. I'm using a BL653 series (nordic nRF52833) and nRF Connect SDK v1.6.0. I am running the record_text example...
I found a similar thread for this issue, but there was no solution... So I want to ask here again here
I follow the video "Introduction to the Zephyr RTOS"
https://www...
We are using a IDE Segger Embedded Studio (SES) for our development with nRF52832.
We need to use IDE which supports IEC 62304 standard.
Our Query as follows:
1. Is...