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 and happy new year everyone,
I am a developer for Raytheon Anschütz GmbH in Kiel Germany and working on a Zigbee mesh sensor network. Unfortunately I am an absolute beginner...
Hi, radio experts here. Due to some limited conditions I have to implement one custom radio communication pattern in MCUBoot, not the BLE stack which is a bit too heavy for...
Hi.
I have some question.
I use Thingy52 module.
I want to use(merge) all service in Thingy:52 SDK v2.1.0 into Nordic-Thingy52-mesh-demo in Thing_bridge.
I'm trying...
Hi,
I have tested the following solution and it doesn't work if I try to load more bytes.
case BLE_EVENT_DATA_COUNT_HANDLES:
printf("BLE_EVENT_DATA_COUNT_HANDLES\n...
hi
I want to know where the gazell control the GPIO06, i connect a LED with this pin ,and its blinky when send data failed .
I used to see it controlled in somewhere but...
Hello,
in my design I used the antenna swra117d from Texas.
I am able to connect to my custom board with the nrf52 dongle and the nrf52 DK.
Unfortunately I can not connect...
I followed the recommended steps and got the at_client solution to build and flash in Segger Embedded Studio with tag "v0.4.0".
I installed it onto my board, and but didn...
Hi,
I'm currently programming a custom board using a nRF52832 ( using this wiring ). Everything was working great but I tried to play with SAADC and maybe did a wrong...
I am using the link below
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/getting_started_softdevice.html#getting_started_sd
with 3 options...
I'm having some problems getting the sections/observers to work properly. Using SDK v15.3 and Crossstudio for ARM v4.4.2
If I break at ( nrf_sdh.c )
I can see that the...
Hello, I have just started using nRF52840 DK and previously I have used development kits from different vendors so, I was wondering when developing which resources are available...
Hi All
I know this is stupid but I can't figure it out - either I've missed something obvious or not connected something properly (or at all).
Using the PCA10040 nRF5...
I have developed a custom board with NRF52810 (Rigado), a standalone CAN controller (500 kbaud) and serial communication (57600 baud).
The SW is based on the BLE_APP_UART...
Can anyone tell all the potential reasons for stack corruption? I'm debuging a problem where sometimes there is no stack trace when putting a breakpoint on the first line...
I have a project based on SDK 15.3
I've set #define NRF_LOG_DEFERRED 1
The project generates a high volume of log output over RTT
NRF_LOG_FLOAT_MARKER is a macro that...