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 all - Im porting projest from Keil4 to Keil5 and am now stuck on this error - division by zero in SDKs sources:
*** Using Compiler 'V5.06 (build 20)', folder: 'C:\Keil_v5...
Hi, I can't seem to find any hardware design guidelines for the nRF52832 chip, I can only find hardware information for the development board.
Best regard Thomas
we add static pass key in example code hrs with dfu,but when connecting with phone,input passkey on phone,the nrf51822 will reboot device_manager_cnfg.h
main.c
Hi Guys,
I'm working with nRF8001 BLE with PIC18F microcontroller, well i have succesfully completed my project but their one last thing i have to add i.e sleep and wakeup...
Hello Nordic,
For my application I need to log external and internal events/state of my device. In order to do so, I need to find a way to keep track on time. I do not...
Issue is similar to
devzone.nordicsemi.com/.../
I'm developing an application based on latest SoftDevice 130_1.0.0 and using two or more DevKits.
My application starts...
Hi. My app based on S130_1.0.0 and is run on DevKit with 51422 chip. App advertises and scans at the same time with next params:
adv interval = 20mS;
scan...
im using nrf51822. before entering DFU mode I want to save data in flash. but when I call pstorage within reset_prepare function, it doesn't jump to DFU mode !!!!
reset_prepare...
Hello guys, i'm new in nRF51 DK board, and i would like to flash the .hex file to my board, but when i do it the board automatically unmounting himself and reset with the...
hello there i want to send negative acknowledgement then what should i do?? like i want to send some data and then i want to send negative acknowledgement
i am trying to use yggdrasil for nrf51422 (pca10028) with sdk 10.0. after installing, i cannot see the com port. How do I flash "connectivity_115k2_with_s130_1.0.0.hex" with...
Hi everyone!. I am beginner for Nordic Devices
I want to use RTC Clock with softdevices
so I loaded the project ble_uart_s130 from examples.
and I changed code like...
I have a ble central device. Sending commands to UART in main() works well. Sending in on_ble_evt() doesn't work (only the first char).
But I see in your examples that you...
Hi guys,
I've almost got DFU working on SDK10. However I am having issues at post validation of the image, specifically in the function dfu_init_postvalidate() in file...