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 have a device that samples data from a bunch of sensors every n hours, and that when in IDLE must consume around 100uA. To achieve this, I'm using a counter (that...
Hi,
I connected MCUBoot and FOTA to my project. I checked that the download is working, but not stable. I saw in the documentation that you can enable the continuation of...
Hello I need a falling edge response via GPIOTE. The settings I use for sdk 16 to sdk 14.2.0 do not work. For sdk 16 I use the functions nrfx_gpiote _..., for sdk 14.2.0 nrf_drv_gpiote_...
I observed a peak of 334 ua during system-on low-power mode during idle time which is periodic around 4 sec. I am using ble with RC clock option.
1.is it waking for calibration...
Previously, I learned that BLE is capable of 1:1, 1:N, and N:N communication, but I didn't get the exact information. Can I get some information? How do you do it, what's...
What is the max current nRF52840-DK source from Vdd pins, i am connecting multiple sensors through the Vdd of nRF52840-DK i want to know how much load it can source ?
Hello,
There is a problem printing the log message. I am using SDK12.3, keil compiler and segger J-Link. After modifying the project a little, normal log output is not available...
Does the nRF9160 have an ATEX component certificate? Why there is no marking such as "Ex ia IIC Ga" provided? What exactly do you understand by the term "ATEX compliance"...
After a conversation with a Nordic engineer and some research it looks like there is no official way to upgrade a product over the air from an nRF5 SDK based product to an...
I ported the Thread Secure DFU example to use FreeRTOS, however I get a hard fault if something is scheduled using the app_timer provided.
Calling coap_dfu_trigger or handling...
We have a custom PCB fitted with the nRF52840 SOC, we've previously erased and written to it via the nRF programmer tool. However, when trying to use the nrfjprog -e command...
Hi. I am having trouble connecting nrf5340 PDK to nRF Connect app on my phone.
I am using the peripheral_uart example based on https://infocenter.nordicsemi.com/index.jsp...
My customer is using a Taiyo Yuden module, EYSLSNZWW, that uses the Nordic nRF52810 chipset. We need to configure the board for Bluetooth Qualification testing. I have read...
Hello,
I use the TP4056 charging module and the 3.7V lithium battery (300mAh) and work on sdk v17.
One of the features I'm trying to create is when the charging connector...
Hi, I'm using nRF52832 Software Development Kit, PCA10040, S132.
I am trying to test ble_app_blinky_c.
I have problem with received data from peripheral which is my...