I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
Is it possible to achieve 2Mbps real speed when sending 2Mbs of data in BLE.50?
It supports USB 2.0 H / W, but the actual speed is full speed. Is high speed possible with...
What is the need for a provisioner? Is it mandatory to have provisioner while client and server communication? In which condition provisioner needed in mesh network? Which...
Hello,
This is more a question than a issue. I am working on a sample to transmit data from MOSI of the SPI to UDP. It is possible to see received data through SPI on LTE...
I would like to make a timer to check the GPIO status.
The current code is like below:
I already checked that timer function is worked by implant the specific event...
Hi, I am developing sensor reading via ble using nRF52 Development Kit from scratch.
Since bluetooth, nrf, sdk stuff are a whole new world for me, I m following step by...
Hello All,
Recently I got the nRF 52840 PDK kit and wanted to start with a simple example.
I tried do the following. It works but when I use the following it doesn't....
I want to use Termite by UART. but failed. Is there any option left other than RTT ??
So how do Window user communicate with the board ?? I need to send data from mcu...
Dear Tech Support,
I'm currently working on implementing the Flash Data Storage library and ran in some problems. I'm using SDK 15.3 with softdevice s140 and a custom NRF52840...
Hi,
I'm trying to run the basic blinky exemple from 15.2 Nordic SDK on my nRF52480 hardware and get data on a puTTy window.
Unfortunately the putty window itsn't printing...
Hi, I'm trying to use two UART instances, and I have the following issues: - I'm not be able to configure both instance using NRF_SERIAL_CONFIG_DEF macro with parameter NRF_SERIAL_MODE_IRQ...
how to use the gpio pins functions in our program ? do we need a makefile and header file to read or write or use the gpio functions ?if so can you attach the makefile or...
Dear DevZone users,
Let me start this Ticket with providing the development setup I use:
OS: Windows 10 Professional
IDE: Segger Embedded Studio
Nordic board: nRF52832...
Hi
I am using nRF52DK, SDK 15.0, SD 6.0.0, multiperipheral based example with secure bootloader, FDS (7 FDS_VIRTUAL_PAGES). Uploading new software works (not tested thorougly...
I have modified a multi-central 52840 example, and would like to connect and read the characteristic value from various peripherals.
I looked through posts like the below...