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?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi Team,
We need to use Flash as EEPROM and we have the following queries,
1. How much maximum size of Flash can be configured/emulated as EEPROM/NVM?
2. Whether below...
When using the serial_lte_modem application on a custom nrf9160 board I have discovered that I get nothing out of the UART unless I pull VEN low and then release it (reset...
Hi guys,
I am using Zephyr RTOS and trying to enable my device to send the voltage data via BLE. I use two nRF52832 boards, one of them is peripheral for which I use peripheral_ht...
Hi Team,
We need to know the what kind of security level available in Nordic nRF52X(nRF52833).
Secure boot support and where the 128bit AES keys are stored and accessed...
Hi Team,
We are going to use nRF52833 chip-set and we need the below information based on this input we will decide our chip-set.Kindly update your support.
1. What is...
Hi ,
The size of the boot loader partition 24KB is fixed for the lifetime of the device or it can be extended, as we have some feature to add like firmware update.
Firmware...
Hello,
I read through the datasheet of the nRF85832 to understand the peripherals a little bit better, but I got stuck while looking through the register overview (in this...
I am using NCS-Zephyr, Zephyr version 2.3.0-rc1. If you need to know the NCS version too, please can you include how I can find this?
When I do west flash normally (which...
Hi Team,
We have requirement for firmware update over Ethernet [ external Ethernet ENC28J60 module interfaced over SPI] 1. Is bootloader customizable for adding SPI driver...
Hi all,
I'm working on a project which I started from the multiperipheral example. I am using SDK 15.3.0 for this. I am developing the software on the nrf52840 DK using...
Start SEGGER Embedded Studio by clicking Open IDE //Successfully installed, what means Open IDE ? ? ?
Select File → Open nRF Connect SDK Project… //it just dont appear in...
Hi,
Currently, I am in a feasibility analysis stage for an application which requires BLE Mesh with Localization (RTLS using AoA and AoD). I explored SDKs for nRF52833...
Hello,
on SDK16, with nrd52dk, with android phone, standard ble_app_uart example works fine with nRF Toolbox. But when I disconnect from nrf52dk, the chip still thinks the...