Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
I'm specifically interested in the predefined SPIMn - SCK, MOSI, MISO, SO pins for this device, so that I can marry this information into my CPU Schematic Page. Whilst the...
Hello,
In our application, we have an external watchdog IC. We need to test the timing of that chip during our board power-on self-test.
We currently achieve this by setting...
Hello!
Recently we have noticed that some of our devices has been reporting strange fulgurations on their reported battery level. This is a graph over 24 hours:
When...
Hi I am the evaluation board of nRF52832 (TAIYO YUDEN Evaluation Board) EBSHSNZWZ) is used. I want to use P0.09 and P0.10 of nRF52832 as PIN of GPIO(TWI). It was set according...
Hi,
I'm developing a serialization system with nRF52832 and an application chip. My product is a power-sensitive.
The code of ble_connectivity in nRF5 SDK 17 calls nrf_drv_clock_init...
I've run into an issue with FOTA updates. The issue can be described by the following sequence of events:
A device is completely erased and programmed with a binary image...
Hi,
I am working on programming a bootloader on a NRF52840 DK using a different NRF52840 DK. Currently I have them connected via the debugger and have been successful in...
I am trying to port my build from Eclipse (based on the GCC tool chain) to a KEIL uVision build system.
I am using KEIL ARM Compiler version 6.15. Most of the files compile...
I see many similar questions to this, but I want to double check my understanding.
We have the nRF52840 connected to D-/D+ on a USB Type-C connector. We have a standalone...
Hi all!
I'm using an nRF52833, SDK 17.0.2, s140 softdevice 7.2.0. My design uses a Skyworks SKY66112 amplifier.
I have the pa_lna_assist function that I found here on...
I am running the example:
C:\Nordic\nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader\pca10040_uart_debug\arm5_no_packs
Everything seems to be working well except...
Can you please provide security manager keypress notification sample program for bot peripheral and central program. I want to know why it is used and what is the main purpose...
Hello Nordic team
I am developing a BT mesh network project, which be implemented by nrf52840. Right now I am designing the node PCB. I want use the No.4 reference circuit...
Hi,
I tried to implement my custom service.
I followed the tutorial from this site: https://github.com/bjornspockeli/custom_ble_service_example
For SDK 15.0 it works...