void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
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...
Hi,
I just finished to setup everything to start using nRF Connect for VSCode Extension. I followed the "nRF Connect SDK Fundamentals" course in the DevAcademy.
I installed...
Hi,
nRF5 SDK for Thread and Zigbee supports DFU OTA over Thread, but I can't find the corresponding function in NCS.
If I want to implement DFU OTA over Thread in NCS...
Hi Team,
I'm analyzing to use nPM1300 PMIC in one of my projects. I planned to use the integrated Buck to power my on-board device. But, the calculated current consumption...
Hi Nordic team, I am facing an issue about using simple gpio to control external FEM( custom FEM model ) in NCS 2.7.0 & nrf5340. Here is background: 1. Our project is using...
On NRF52840, programming provision.hex with the command as follow:
%nrfjprog -f nrf52 --sectorerase --program provision.hex --reset --verify
On NRF54l15, the nrfutil...
Test platform: nRF54L15-DK
NRF Connect 2.9.0
When calling spi_write_dt, under the hood spi_nrfx_spim.c > configure is called to prepare the SPIM interface for a transmission...
I have an application that runs well on nRF52DK. It is like peripheral uart. I only use Tx/Rx and one LED. With OTA. All works as intended. I use NVS for parameters but nothing...
I've been trying to enable the watchdog as early as possible during boot. I haven't been able to find any way to configure the nrf52832 watchdog to enable itself prior to...
NCS 2.7.0 with NCS Toolchain 2.7.0 and latest NCS SDK extension
When I right click on a build configuration, there is an menu item "Copy Build Command"
which produced...
Hello, Nordic team.
We are getting the following error and log when we try to program our new nRF52840 DK on Windows 10:
Failed "reading readback protection status...
Hi! I’m trying to generate an EdDSA key pair and store it in persistent storage. I then delete the keys and regenerate them. However, after a few successful iterations, my...
I am using the board nRF5340 Soc , which by default exports two VCOM ports via the J-Link OB debugger . Currently:
VCOM1 (UART0) is used for both logging and serial communication...
Hi, although there are many guides and stories about attaching the nordic to external storage NVM, there aren't infos about doing the same with RAM.
I even found some threads...
In NCS v2.9.0 I want to use BLE security (BT_SMP, BT_SECURITY_L4) simultaneously for a peripheral and a central connection. I have tested both separately and they work individually...