Hello!
In the NCS SDK for the nRF54L15 chip, the DTS is configured in a way that part of Flash and RAM is reserved for the FLPR core (RISC-V core).
I'm wondering if we...
Hello,
I am trying to optimize performance of a series of SPIM transactions using the 5340. Each transaction is 3 bytes long: CSN goes low, clock out 3 bytes, CSN goes high...
I'm using the code below to trigger a callback on pin rising edge.
Unfortunately, the counter is not being increased at all. Any reason why? I used multiple sources already...
Hello Team,
I AM USING NRF52833QDAA IN NRF CONNECT SDK , IN DATASHEET P1.09 IS MENTION BUT IN OVERLAY FILE OF NRF52833QDAA AT ALIASES PIN P1.09 IS NOT MENTION OR NOT DEFINE...
i build with nrf5340+nrf7002 custom wifi board. i flashed same firmware . at nrf7002dk , it's works but it isn't work at my custom board. buck_en and iovdd_en gpio signal...
Hello,
I am working with a thingy9160 to connect to an MQTT broker using TLS.
I have run into an issue where the MQTT connection is disconnected with error code #XMQTTEVT...
i found this link on nordic website to learn ARM with Nordic SOC.
www.nordicsemi.com/.../Nordic-ARM-Lab-in-a-Box-University-Program
Do you know where is the link for...
Hi,
I am able to program a SparkFun nRF52 breakout board via nrf52 Dev Kit using Segger Embedded Studio. However, I am not able to achieve the same results using nrfjprog...
I am facing some issue while writing to i2c. On first i2c write , device is working but after that when i tries to write anything, code is stucking in loop.
void sensor_sleep_mode...
Hi,
I'm trying to port my project from SDk12.1 to SDK14.0, I've got everything working fine except the DFU process. The main issue is that we've got some devices distributed...
Hello,
I am designing a custom board with NRF52832 IC. I followed all PCB consideration suggested by Nordic.
This blog suggests, If using a PCB antenna, the matching network...
This question is similar to this thread:
devzone.nordicsemi.com/.../
However it was framed differently and didn't really clear anything up for me.
Say my application...
Hello,
I have an application that has to be ported to the newer Softdevice version. I've already ported my application to the SDK 13 and tested it with the new Softdevice...
The NVMC documentation states the CPU is halted while the NVMC is writing or erasing flash. If the CPU is halted, then interrupts shouldn't need to be disabled during flash...
blog.bluetooth.com/management-of-devices-bluetooth-mesh-network
The Provisioning Protocol
During provisioning, the Provisioner and the Device to be provisioned communicate...
as this screenshots show, i add some headers to nRF_Libraries, and add the directory of the folder nRF_Libraries to Options for targets /c++/include paths,but after building...
Hi,
I am trying to use the SAADC via ble when noridc is connecting with other device and adding value to advartasing. This is my code but i've got some problems.
1)...
I am modifying the bootloader_secure_ble code to receive a serial number via BLE and store it in flash. However, whenever I call nrf_dfu_flash_store or nrf_dfu_flash_erase...
Hi,
We are currently working on one project.
Initially, the nRF52840 & S140 (v5.0.0-2) & SDK14.0
examples \ ble_central \ ble_app_multilink_central Based on the example...
Hi Team,
I am using sdk12.2.2 and nrf52. I want to use one gpio to detect button state & have to operation on that event.
I used one method to configure(code snippet...