Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Hello,
We're seeing an error that only happens after a cold reboot (unplugging the battery and replugging it) and it happens inside the bootloader while trying to open the...
Hi All,
I am using ' NRF SDK v2.7 + NRF5340 DK + VSCode ' and cloned a official nrf ' blinky ' sample. The code and pins are working fine and I have verified using DK...
Dear all:
I used this command to build light switch for 5340DK:
west build -p always --build-dir nrf/samples/matter/light_switch/build -b nrf5340dk_nrf5340_cpuapp nrf...
Kconfig failed: [Errno 22] Invalid argument: 'c:/users/user/zephyr/kconfig"' is an error that appeared this morning. What is supposed to be in the Kconfig file. I have been...
Hi,
We are seeing issues with Segger Systemview Post Mortem Mode. Original issues were revealed on our custom board with SDK 2.6.1. After enabling the feature firmware crashes...
I have just started using 2.7.0 with the nrf54L15 chips and come across a few problems.
When trying to run the UART sample I found that the app overlay files, which I believe...
Hi,
I'm working on a project using MCUboot, TFM, and a network core app. We use MCUboot with an external flash module for OTA firmware updates.
Recently, we tried upgrading...
I can't remember where I found it now, there was a file somewhere that listed all the files in a project. It had
absolute paths which filled me with dread as it means a...
Hi
I am working on a custom board and have hit an issue with the software part. When the nrf_modem_lib_init function is invoked, it always ends with a timeout (errno ...
Got a Thingy91 (not the x model) that doesn't show up as anything when connected to a PC by USB, except when in bootloader mode, by pressing SW4 (no reaction with SW3) when...
I read other similar issues on this forum but they haven't helped solve my problem. I started with the peripheral_uart example project. Development and execution on the target...
Sorry for long sentence. The nRF5340 document describes about the Reset. This chip set have the POR. so, if POR function work, I don't need to use the PIN reset. because POR...
I have configured my application according to the Throughput example. The prj.conf file inside the sysbuild\ipc_radio folder is not being considered in the build. As a result...
Hello, everyone.
I would like to use mcumgr to update the firmware of a nrf52 via another nrf52 over uart.
From the documentation I understand that smp supports uart so...
Hello,
I just got started with the nRF5340 DK. I went through the example which instructs how to load the "Blinky" applications, build it, and then flash it to the Board...