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?
Hi, recently I have been experimenting with the channel sounding with range requestor sample on the nrf54l15dk. I have modified the reflector code to make it connect with...
I am having an issue with the nrfx_qdec driver in zephyr, I am trying to simply detect when the turn happens and the direction of the turn is. Most of the time this is triggered...
We are experiencing some ESB link failures on the receiver end of our system: nrf54L15. After minutes to hours of use the receiver will stop getting data (we know the transmitter...
Hello,
I'm new to this development environment and trying to get one of your projects to build for the nRF9151-DK. I recently installed everything with the latest versions...
Hi,
Hope you are doing well.
I would like to use eSIM on nRF9151-DK board and an eSIM has been assembled in the board. However, eSIM is not detected.
According to...
Hi, I'm a beginner and I'm trying to run an LED blinking program. However, I'm encountering a device-related error.
I've followed tutorials and installed all the necessary...
Hi,
I am currently conducting measurements using channel sounding with my nRF54L15 boards. I am at the end of my master thesis, so there is not so much time left to really...
Hello! Introduction. Responsibilities of the cores in my device: 1. app core. 1.1. data processing from a stereo microphone 1.2. data sending to net core. 2. net core. 2.1...
Hi
I am using an nRF54L15 and trying to use pins for I2C, but to do this I have to disable the NFC pins.
I did the following:
But that wasn't enough.
I noticed...
We are using Thingy:91 X as an evaluation platform for our upcoming product. Our test application is made up of a nested-loop structure like
while(true){ lte_lc_connect...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi team, After executing RRAMC.ERASE.ERASEALL with an external debugger, I was unable to access the CPU (board) after reset. To resolve this issue, I connected the nRF-programmer...
hello, I encountered a problem using TWIM to communicate on nrf54l15 Software and hardware versions: Using ncs V2.8.0 version. The hardware is NRF54L15 RevB. The compilation...