I have the following settings in my prj.conf:
and getting the error
CONFIG_FLASH_MAP was assigned the value y, but got the value n. Missing dependencies: FLASH_HAS_DRIVER_ENABLED...
I am using the solution for this exercise to have MCUBoot use the nrf5340dk's external flash for the secondary partition in my own project. I have done the following:
1...
Hello, Nordic team.
We replicated the nRF52840 Dongle.
The problem is that our Windows PC does not detect our custom USB PCB after pressing the reset button.
VDDH...
I am currently evaluating the Nrf54l15 viability for a migration from the Nrf52 for our products. I've been able to advertise, scan and connect with success but I can't find...
I have a private version of the VL53L1X driver ecause the driver in ncs2.9.0 hasnt been properly updated per my previous case. They suggested changing the CONFIG_VL53L1X=y...
Hi,
We are facing a critical power consumption issue in our nRF52-based Zephyr application , where some devices randomly enter a high-power consumption state (~80+ µA) instead...
Hello when I build an application on VS Code, the terminal give this error :
warning: UPDATEABLE_IMAGE_NUMBER (defined at C:/ncs/v2.8.0/nrf\samples\common\mcumgr_bt_ota_dfu...
hi, I am having problem trying to get the app_uart.c to replace the simple_uart on the blinky example with PCA10001. My uart param as follows:
void uart_event_handler...
Is there an example firmware project available for a Gazell Host using the pairing functionality?
It would be nice to have the host code of the "Gazell Pairing Desktop...
In connection with a nRF51422 evaluation kit, I installed the Keil development tool in a non default path then subsequent installation of nrf51_sdk_v4_3_0_27417 produced a...
How does the nRF8001 chip generate the passkey in the DisplayKeyEvent? Is it possible to set this passkey from the App Controller?
As I understand it, the SetKey command...
I find this strange but I can program the HRM demo fine but with my own code it compiles with no errors or warnings but will not program with Error: Flash Download failed...
Hi Nordic,
I want to develop a PC software that works as a master device which can scan for advertising packet, establish connection, etc. Basically, something similar...
Dear Sir,
After I remark this //BLE_GAP_CONN_SEC_MODE_SET_OPEN(&cccd_md.write_perm); and program it into nRF51822, then I cannot program it again. PC program report it...
I have modified the included HID mouse example to allow for left/right/middle mouse clicks. However, it is not clear to me how to set an event handler for both when a button...
What is the recommended PCB thickness of the nRF51822-QFAA Reference Layout? It'd be great to have a specification in the package including the full spec of the PCB material...
Hello Folks, I'm starting some work with the nRF51822 Evaluation Kit (PCA10001), but have very quickly run into a blocker when trying one of the ble samples. (I've previously...
With Soft Device 5.1.0 I generated the binaries from the hex by doing:
arm-none-eabi-objcopy -Iihex -Obinary --remove-section .sec1 --remove-section .sec2 s110_nrf51822_5...
Dear support,
We are in the design stage for a BLE application. We looked at different options. Although the NRF51822 seems better in specs. The TI parts CCxx offer this...
So far I have made a successful program that utilizes BLE to send and receive radio signals in Kiel. But I have only been testing this program by using the provided Master...