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...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
Hi,
I've started working with the nRF52-DK for developing a new product based on the nRF52832. I'll be using custom services so I took as a starting point the projects provided...
Hi,
I'm using Linux with Visual code extension to compile for both nrf52840DK and nrf52480 dongle and I'm using the programmer in nrfConnect to write to the devices. The...
This case don't happen when i merged net_core and app_core to burn . I used to burn only one core.
What causes this?
Now I have a new question.I use one nrf5340 as CIS...
I am using nRF connect SDK and wanted to examine gpio 'out' register during the debugging session but every time I try to print the register value, I get the following error...
Hi,
I am using the SDK 2.1.1 and I will upgrade to 2.1.4 since errata 160 is fixed there.
Reading the errata document here , the anomaly 168 is fixed in SDK 2.5.1. Unfortunately...
Dear nRF support,
nRF5340 custom board
nRF NCS 2.5.x
Running into this very weird issue:
Program runs fine if I don't attach debugger to it
When I do "attach to...
Hello Nordic Engineer,
I successfully controlled the 52840 DK through Mesh using my phone. However, after exiting the app and reopening it, I can no longer control the...
Hello Team,
I’m working on implementing BLE Mesh on the nRF52832. I extracted the BLE Mesh ZIP file and placed it in the same directory as the nRF SDK. Then, I opened the...
Dear Nordic Support Team,
I am encountering an issue with the nRF52 SDK for Mesh v5.0 and nRF52 SDK v17.0.2 while running the serial example. The system runs for a while...
Hello,
In the header file nrf54l15_types.h, we see the following defines related to the SAADC:
* REFSEL @Bit 12 : Reference control */
#define SAADC_CH_CONFIG_REFSEL_Pos...
Errors on calling "lte_lc_init()"
Does anyone know what the corresponding error codes mean, or what could be done to debug the cause?
Thank you very much.
I am writing an i2s application for the nRF5340 Audio DK with toolchain and nRF Connect SDK v2.9.0.
During development I noticed that nrfx_i2s_start() does not seem to check...
Hi,
I am working on a project where I have two separate physical devices , each based on an nRF52832 :
One device is a BLE Mouse
The other is a BLE Keyboard
My...
Hello, lte_ble_gateway works ok using dk91 or thingy:91 on, v251 - ok v262 - ok but not on, v270 - err v280 - err v290 - err This is straight example code as found in VS....