I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
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?
We have tried the following changes, but couldn't get expecting results.
Sometimes unable to pair two devices / Sometimes fails to link with one device
Could you answer...
Hi
We are using the nRF51822 with the SoftDevice S130 V2.0.1.
The nRF51 communicates with another controller via UART with a special handshake-mechanism directly on the...
I am trying to use the external flash on my NRF5340dk to store and read data files. Raw IO from the spi_flash sample seems to be working fine, but I'm not sure how to mount...
Hi,
I use CAF LEDs with PWM. I have a timer that would make device wake up every 20 seconds with a CONFIG_CAF_POWER_MANAGER_TIMEOUT to make it sleep 2 seconds after waking...
Hello,
I’m trying to get an nRF21540 FEM working with a chip-down nRF5340 design under NCS v2.4.2. I’m able to enable the FEM at its default gain setting, but I hit a wall...
Hi DevZone,
I've see sample application nrf/applications/nrf5340_audio use tone.h for tone test, and I want to add this function to my project.
In nrf/applications/nrf5340_audio...
Hi, I am currently developing a project using the nRF52810 as my controller and SEGGER Embedded Studio as my IDE. I have integrated the Timer and SAADC peripherals into the...
Hi,
I'm trying to FOTA over BLE firmware of mcuboot using NRF52840DK. The project is based on the sample from Intermediate course - Lesson 8, exercise 3 (without the steps...
Hello,
It seems there is an issue in measure voltage process of ST25R3911 Lib.
Measure voltage function use POWER_SUPP_MEAS_FRACTION_DIVISOR = 100. But it seems that POWER_SUPP_MEAS_FRACTION_DIVISOR...
I saw this issue brought up 3 years ago, but I think the conditions are changed now since that was on NCS 1.
I am trying to do bt_hids_inp_rep_send about 10 times per connection...
Hi folks
We are facing an issue with occasionally ~240 uA added current consumption on our nRF52832 based custom board when it comes out of reset. We only see the problem...
Hi all,
currently, I'm using NCS 2.4.0 with nRF9160 board (custom board).
I'm facing issue once enabling CONFIG_TFM_PROFILE_TYPE_NOT_SET.
The issue is bootloader won...
I'm working with nRF Connect SDK (Zephyr). In that I am using 255 byte array to get response from nrf52832 through BLE. my code is getting crash in response back. when I decrease...
Using the nRF52840 with NCS v2.6.1, I want to put the device into a low-power sleep state during idle time. Before sleeping, I configured a GPIO interrupt as the wake-up source...
Hi everyone. I'm trying to read data from an MS5611 pressure sensor using the nRF52840,
but the I2C communication isn't working.
Upon checking, I noticed that the I2C...