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...
Screenshot of error message
Hello, I've followed the steps required on YouTube for setting up VS code with nrf Connect for desktop and the toolchain manager. It didn't...
Hi Team!
Currently I an working on disabling JTAG/Debug and SWD lines to protect code from read/write through any JTAG debugger.
For this, I have used nrfjprog utility...
Hi Support team,
I am testing nRF5340+nRF21540 with MT8852B now. I come across two issues in running the DTM FW from nRF Connect SDK v1.8.0:
1. nRF21540 TX gain value...
hi, I'm working on passthrough firmware(nRF5_SDK_17.1.0_ddde560),I need to increase the priority of the serial port,see following code,When APP_UART_FIFO_INIT priority set...
Hello, in my zephyr application, I have uart1 configured as receive only using uarte at 921600 baud rate. Below is the description node:
I have a device sending a uart...
Hi,
We are using nRF52810 on a custom board, and when creating that board in NCS (in VScode), the Kconfig options are limited. We are not able to enable/disable the DCDC...
I have a project using NCS v1.8.0 where I enabled openthread.
For some reason, when trying to build `mbedtls/library/ecjpake.c`, the make command uses `-DMBEDTLS_CONFIG_FILE...
Hi! Im doing a SPI transaction using EGU and PPI. Software triggers the EGU, and PPI_CHANNEL_1 uses this event to start the SPIM transaction and set the CS pin low. PPI_CHANNEL_2...
I have followed the procedures to create a DFU package
- Using existing sample hex file "hrs_application_s132.hex"
1. nrfutil keys generate private.pem
2. nrfutil pkg...
I am using SDK V1.8 and have noticed that RTT output will run for a short time then stop.
Debug is still running because breakpoints can be set, just no printk output or...
Hi, guys.
I have been using NRF Connect SDK 1.8.0 , I want to use this
"v1.8.0\zephyr\samples\application_development\out_of_tree_driver"
to develop my custom driver...
Hi,
I'm developing a miniature application on nrf52805. I got an nrf52-dk and I am trying to understand which SDK i should use.
So far my problem is that on one hand ...
I'm trying to transition from Embedded Studio to VS Code. I have a sample application that I created in VS Code that builds without error, but when I start the debugger I...
Hi,
I am trying to setup a TWI interface between the nRF52 DK and the 16-bit ADC ADS1115 from TI. I am using the breakout board from Adafruit ( https://www.adafruit.com...
Hi,
I use nrf52832, SDK 16 and SD s132. I use FDS to store application data (fixed size), and I use bonding too. So the peer manager also store the peer related data in...