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,
I need some clarification about how to create multiple Timer functions?
my application is to
1. read the VDD supply for every 10 sec
2. after BLE connected to...
Hi,
I'm trying to run fatfs example in sdk. I only changed the spi pin numbers. What is wrong with that?
Here is RTT screen.
My schematic is; CS-------------P0.08...
Hi,
I know I have been asking quite a lot of questions lately, so I hope Im not too annoying ;)
my application currently runs very stable (no hard faults or whatsoever...
Hi,
I know I have been asking quite a lot of questions lately, so I hope Im not too annoying ;)
my application currently runs very stable (no hard faults or whatsoever...
I try to active the serial example in the nordic folder nRF5_SDK_15.2.0_9412b96. When using RX_PIN_NUMBER 8, TX_PIN_NUMBER 6, CTS_PIN_NUMBER 7, RTS_PIN_NUMBER 5, HWFC true...
Hi all,
I am learning about the combination between Bluetooth mesh and NFC. I would like to realize a simple exercise below.
Assuming that I have a mesh network with 4...
Hi,
I am using NRF 52840 DK ,rev.1.0.0(2018.36) and nrf52840 dongle(1018.34.For development using ubuntu 14 and windows machines and segger IDE.
Board details:
NRF 52840...
Hi,
We have used nRF51822 QFAA H10 in our product for a long time but the latest order was fulfilled with H30-devices and now our production test fails.
The test step...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 and S132 SoftDevice v6.1.0 to do some tests . But now I encounter the disconnect reason 0x22...
Hi,
I'm using nus for the sensor works with uart 57600 baud rate.
Few munites later connection is broken. I don't know why.
Can anybody know this issue?
Waiting...
Just test SDK14.20 serial DFU demo project on Nordic PCA10040 board by USB serial.
Got below exception. Any clue for it please?
Thanks.
C:\gxf\nrfutil\nordic>..\nrfutil...
Hello,
I want to modify the NRF logging module to include the line number where the log was originated.
In the past I created a wrapper macro that called NRF_LOG_INFO...