I would like to ask you for your opinion, although it is not directly Nordic related, but indirectly, it is. The following:
The customer ICP (Holten, The Netherlands) designed...
this is a deflector test
I would like to ask you for your opinion, although it is not directly Nordic related, but indirectly, it is. The following:
The customer ICP...
Hi, I’m seeing a build failure after enabling SQSPI in the device tree when building with MCUBoot on NCS v3.2.1 for nRF54L15. The build works fine without SQSPI, but once...
Hi all,
Note that I am using a Fedora Workstation VM on VirtualBox for keeping everything clean. I pass the connected USB development board to the VM. I am trying to evaluate...
Hi!
With the release of NCS 3.0.1, the required SEGGER JLink version to v8.18. pynrfjrprog is bundled with SEGGER JLink v7.94. From your website, it seems nrfjprog, being...
Hi Nordic
When I use JLINK to burn the firmware to the nRF52832 chip in the device, some devices cannot be programmed or cannot be programmed again after burning once
...
Hello, I've stumbled about a problem with the NrfConnect extension and Kconfig. It is quite simple: When a project directory contains a Kconfig file, it is used by west as...
I'm a bit confused by the "unidirectional" solutions offered as examples / documentation for the nRF5340 DK. I would like to build a BLE Audio headset that both receives and...
Hi
How is the ESB_EVT_IRQHandler started? NVIC_SetPendingIRQ(ESB_EVT_IRQ) is registered with on_radio_disabled(), but I don't know how to be started this handler in the...
Hi:
I use ncs 1.9.1, borad nRF9160-DK
sda-pin = <30>; scl-pin = <31>;
Config:
I added i2c2 in blinky, here is the source code.
I see i2c2 enabled in...
Hello,
I am experiencing issues with an nRF5340 DK. I would like to try the matter samples but every time I flash one of them, it results in fatal error and reseting loop...
fota_download_start copies the file but not host string into a static buffer. The comment implies that the download_client only requires this for the file path, though it...
Hello Devzone,
My name is Ted, and I recently came across a 2022 May 4 LPWAN Coverage document on one of Nordic Semi's technical guides. The specific guide is titled iBases...
Hi everyone, i have some problems with firmware and i hope someone can help me. I am using nRF52840 microcontroller and SEGGER Embedded Studio. Also I'm using the littlefs...
Hi ,
I want to use a pin on board, which is not used or initialized in dts file . my requirement is that I want to initialize that pin before booting process. ( that pin...
Hi,
I am using the :
bt_scan_filter_add (BT_SCAN_FILTER_TYPE_MANUFACTURER_DATA, &mfgData);
scan-filter works well.
However, keeping everything same, if setting...
I have added WDT to the blinky_freertos sample.
And I am debugging with SEGGER ozone.
building with SDK17:
If you reset the software in the debugger and start it,...