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...
Hello, guys,
We are designing our custom board that contains nRF9160 SiP.
I would like to ask some questions here concerning programming/debugging nRF9160 SiP on the custom...
I am running my application on nRF SDK 16.0 and SoftDevice 7.2.0 but had this problem since 15.2 and 6.1.1 respectively. I thought it was resolved in an update since this...
Hello Everyone, I am using nRF52840 and i have 2 SPI slaves (Sensor and EEPROM), the sensor spi clock is use 10 MHz and the EEPROM is 40MHz, sck、mosi、miso、ss are all different...
Once I try to connect nrf52-dk development board to a personal computer, using a micro USB cable, once the USB is detected from the PC, it instantly reboot without any reason...
Hi Nordic team,
My OS is Windows 7 X64. My dongle is PCA1000 (nRF51822)
I used master control panel to connect with my target board and control it many years ago. But...
Hi all, I want to use the nRF52832 as the connectivity chip to give a separate application chip access to at least BLE and ANT capability. Ideally, the nRF would expose a...
I am trying to get the board advertiser name from the advertising data received by another scanner board. I am using softdevice S140 version 7.2.0.
The server board name...
Hi,
We are using nRF52840 MCU in High voltage configuration with DCDC enabled. We would like to measure the battery voltage which varies between 3.7 to 4.2 using a simple...
Hello,
LED 5 blinks fastly and LED 1 blink slowly on nRF52840 and I cannot see the device via USB. I have previously flashed zephyr blinky example code few days back and...
Hello:
I'm relatively new and have been using 52832 DK for several months without any problems. It is a great product. As I gained experience, I've tried programming other...
I am using openOCD as the debugger for my nRF52 device. Nothing is working anymore. I am seeing errors like:
$ Error: Could not find MEM-AP to control the core
$ Error...
I am trying to use fstorage with softdevice, I have replicated the flash_storage_example in my project. I have enabled all thing in sdk_config.h like shown in the example...
Hey experts, We encountered a problem about project porting and using KEIL compiling. Here are detailed: Our products are using gcc+makefile method to compile and generate...
Hi all
have used the LIS2DH successfully with the nRF52810, now have upgraded to the nRF52832. The SPI lines are not working at all i.e. when I scope them they are all...
Hi all
Will like to know what is the most suitable programming language to program Nordic Microcontrollers and do Nordic provide any software training for developers regarding...