I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Hi, I am newbie to the nordic world. I am trying to developing an application that allows me to send data via UART ("not using the ble " )from nordic nRF5340 board and read...
I have read the related issues, none of them provided a solution for me. There was one answer which suggested to downgraded libstdc++6 as a solution without giving any specific...
Recently, I have been working on integrating mcuboot with the partition manager from the NCS sdk. In addition, for another project, I am using Zephyr upstream and using Sysbuild...
I need to get the number of items stored in a fcb and there doesn't seem to be an easy way to get the count from the current read position (fcb_entry struct).
Can anyone...
Hi!
I use SDK15.0 and s132_nrf52_6.0.0_softdevice
I use nRF52 in two modes- peripherial and central in one time.
When I use it like peripherial and have connect with...
I am using RTT to debug my application and it's fine when it's working. The problem is that it seems to be flaky as hell. Sometimes it just stops working without any apparent...
I'm using the NCS 2.5.2 sdk and nrf 5340 with 7002, and I want to do BLE OTA DFU using external flash.
I've found this guide Add DFU support to your application - Software...
Hi,
I am learning my way with Zephyr on nrf5340 SoC, an loving it so far. Unfortunately I got stuck on something that should work out of the box, the setup of the BLS subsystem...
Hi
I want to use button interrupt in NCS.
There is no button interrupt enabled in initialization.
My test environment:ncs2.6.0,nRF52840DK.
In nRF5SDK, I only need...
Hello,
I am experienced working with Arduino and have developed projects with the XIAO BLE that has an nRF52 in built.
Right now I am developing a software using the nRF52...
Hi,
I try to install nrf connect SDK using the nrf extension in visual studio code.
I get error messages like :
[west]: fatal: unable to access ' github.com/....
I have developed the low-level drivers for the MT29F4G01ABAFDWB (using spi) NAND flash and am currently using the Zephyr RTOS. I would like to integrate FATFS into my NAND...
I'm still a beginner,I don't understand why the board I designed can't run the nRF connect SDK application, but the nRF5 SDK 17 application can run normally. I want to know...
Hi,
I have been using the nRF52840 Dongle for at least three months without any issues. First, I implemented my project on the nRF52840-DK, then easily configured it for...
Hello,
In my code, I would like to use the power_down_unused_ram () function. I included the ram_pwrdn.h file but the build returns with undefined reference to `power_down_unused_ram...