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.
I am developing using nRF52820 example source using SDK 17.0.2.
USB and LESC were added using S112.
However, during operation, the following HardFault error occurs...
Hi everyone,
I am trying to integrate the DFU service into my application on order to achieve buttonless OTA DFU but I am not able to implement it so far and I need your...
Hello,
I merged the two projects usbd_cdc_acm_pca10056 (A) and ble_app_hids_mouse_pca10056_s140 (B) by copying all additional contents from A's flash_placement.xml into...
Hello,
I am trying to send data obtained from a SAADC port via BLE using the ble_nus_data_send function. This must happen periodically at frequencies within the Gigahertz...
As we know, NRF9160 supports NB network and has an IMEI number itself. Now I want to know whether I can manage this IMEI number, such as reading, writing or modifying. In...
HI all,I am looking for a help.how to start SPIM RX task immediately delay less than 2us?
I have a SPIM test on 52832 DK board(QFAAE0) with SDK16.0, the MISO pin has connected...
Hello
I have a question about the Bluetooth multipairing function using nrf52832. How do I use this feature? And up to how many connections can I make?
Thank you!
I am going to store some informations into UICR.
In case, wrong data wrote have to correct we need to rewrite it.
I have been searched the forum and the answer shows ...
Hello,
It looks like several people are having issues updating the firmware of the Thingy:91 modem with a simple USB cable.
I personally tried on Windows 10, 8 and 7....
Hello There,
I have problems with the installation of the nRF9160. Started the installation earlier and nRF9160 was detected in nRF Connect/Programmer and I could see memory...
Hi, For my application I was using ESB without softdevice and just recently I wanted to add dfu so I had to add softdevice as well. After adding softdevice I found out that...
I want to convert APP_TIMER_TICKS ms to us.
So i'm using this function.
And, the value of APP_TIMER_CONFIG_RTC_FREQUENCY is
Also this is main code.
And, I...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...