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...
Dear Sir/Madam,
Can you please help to check and advise if both part# nRF52840-Dongle and nRF52840-DK have KC certificate? Thanks.
Best Regards,
Dan Lee
Hi,
I'm using for awhile TIMER0 and I want him completely disable.
I'm setting a TASKS STOP to stop a timer, clearing a interrupt and disabling interrupt in NVIC, but...
I'm looking at the datasheet for the NRF52832 because I'll be using it with a Raytac module and I'd like to know for sure how the SPI pins are set.
I see in the datasheet...
hi, i've used the official zephyr version till some days ago. the reset pin worked. now i've switched to the zephyr version "supported" by nordic and the pin reset isn't working...
I did the multilink central function when I used zephyr OS Connecting the five peripherals is stable at first, but after a while the error of <err> bt_att: ATT Timeout will...
Hi Everyone,
I have been developing with nrf52840 for quite sometime using Arduino. I would like to explore nrf5 Sdk for Zigbee and Thread because I want to use my nrf52840...
When I generate bootloader settings using nrfutil 6.1.0:
The output indicates the start address is 0x3fc00:
However, looking at the hex file, it contains identical...
I'm measuring the current of the following code:
I'm not using softdevices.
I have nothing more connected to the board than the power.
I measure about 0.320 uA which...
I'm trying to make a test app that includes sample code from GPS and udp examples.
Building for nRF9160DK with west.
Here's my Kconfig:
```
# # Copyright (c) 2020...
Please help me to eliminate the error : "cannot open source input file "nrf_erratas.h": No such file or directory" for nrf51422 for nrf 51(12.3) sdk in keil version 5
Hello, We noticed that when we enable the whitelist, we can successfully filter out connection requests, but not scan requests. Our device still responds to every scan request...
Hello sir / ma'am
I want to implement OTA with zephyr using openthread but the size of my code .bin file is too much like 412kB .
How can I reduce my code size ?
What...
Hello
I am building a code with Openthread (NCS V1.4.0) and the size of that generated Bin file is 405kB. I would like to know why size of that file is more? I need to reduced...
Hi!
We are working with the nrf5340 on a custom board and we are trying to reduce its power consumption to the minimum possible. We have a beacon advertisement application...