I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Hello everyone,
We are currently working on a custom PCB using the nRF54L15-CAAA.
I am following the steps for setting up a new custom board using the "Create a new...
I am facing the following error. I have referered light switch example and have included all the required configs in the prj_fota.conf file
CONFIG_NCS_SAMPLES_DEFAULTS ...
Hello,
I am working on a custom PCB that involves the NRF5340 and our first iteration of PCBs had soldering issues during assembly for the nRF5340. The nRF5340’s footprint...
Hello Nordic,
I am running a project, use the chipset is nRF54L15, I want to know if there is any USB dongle with software can be used to test BLE function of chip nRF54L15...
Hello, I just try to migrate our developing project from old parent-child build to sysbuild,
But when I build the project with non-secure cpu (with TFM), I get the <err...
Our nrf9151 boards are getting stuck when nrf_modem_lib_init() is called.
We just see this line. Usually, the device gets past it in less than a second.
[00:00:00.376...
Hi
I connected RF Connect for Desktop to "nRF54L15_DK" in my Desktop
when I want to use Direct Test Mode,press Start test bottom,the log show "DTM setup reset command...
Hi,
I am trying to program the custom nRF9160 board using SEGGER JLink/SWD programmer , For same of the boards when connected to custom board and trying to select the device...
Hi,
I'd like to go for sysbuild with my nrf9161 based application but after some trials and errors, I am not able to find which images should be enabled in sysbuild.conf...
Hi,
I am currently developing on the BL54L15 Ezurio development kit with the Nordic chip.
I am using the Nordic v3.0.1 SDK and toolchain with the new manufacturer board...
The VSCode nRF Kconfig extension has very high cpu usage (2 cores at 100%)
When disabling the extension, the cpu usage drops back to normal.
I see the following in the...
Hi everyone, I'm working on a project with Zephyr (v2.9.1) and I'm facing a compilation issue related to managing two SPI devices on different buses ( spi0 and spi2 ).
In...
Hi,
I am currently using 54L15-DK to create a radio test example, but there is a problem when I build the project: - sdk version: v2.9.0 - toolchain version: v2.9.1
...
I run the system_off example without the system actually going off, by removing all the calls to start the system_off worker. Instead of going to off, I let the system enter...
Hi Support team:
I am new for using the Nordic Design kit of nRF54L15-DK.
And I would like to use the app "Direct Test Mode" v2.4.2 built-in the "nRF Connect for Desktop...