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...
I'm evaluating the NRF9160 DK, and have run into some interesting issues.
I find that the AT client works, sort of, though it's quite flaky and I quite often get timed out...
So, time to give back...
Updating this post ( https://devzone.nordicsemi.com/f/nordic-q-a/23488/a-nrf52-function-mapping-to-nrf51/124863?focus=true#92262 ) which outlines...
Hello
I am in a process of pre-manufacturing for NRF52832 and have a fully working application containing
softdevice: s132_nrf52_6.1.0
secure ble bootloader
application...
As i understood by reading the forum and documents, the maximum advertisement packet length is 31 bytes. That means that devices with custom UUIDs (128bit = 16bytes) may not...
Hi,
I am a hardware designer. I have little knowledge about firmware or software.
Now I want to apply the nRF52832 to an ultra-low power application as a beacon.
I...
I have recently ported my nRF52832 application from SDK 12.3 to SDK 14.2 and have been disappointed to find that the preripheral is locking up after a period in operation...
Hi,
My product have to pass SRRC certification,but the pre-test is fail. The certification lab need to test RF frequency at 2402MHz, 2441MHz and 2480MHz separately,and the...
I have a nRF9160 DK that I am trying to get on a network. The iBasis sim does not appear to be in the coverage area, the SIM activated, but has not had both LEDs 3 & 4 blinking...
Hi,
I have nRF9160-SICA Modules with me and I designed a custom board for them. I do not have the nRF9160 DK.
I want to know if there is any way to program nRF9160 using...
I have two TIMER instances, TIMER1 and TIMER2, both setup to Clear Mask on timeout (aka restart). I use TIMER1 and PPI to trigger ADC measurements every 5msec. In the ADC...
I've been documenting this issue and asking questions here:
Intermittent device reset in modified ble_app_beacon example
Since I need to post a proprietary schematic,...
Hello,
I was examining the power supply part of the Thingy and I noticed that the charging current is set to 0.5 C, wich is 720 mA (checking XR6804's datasheet it seems...
In order to evaluate the nRF9160 for coming projects, I need to know if it is possible to use Keil as the development platform for the device.
We have a very large codebase...
Hi, May be it's some what basic but I'm not able to update my pwm value. I'm using sdk 14.02 with softdevice in SES. This is my code:
PWM Config:
PWM init:
Update...
fds appears twice in ble_ots:
1. In ble_ots_init:
err_code = fds_init();
2. on_disconnect
err_code = fds_gc();
It does not look like fds is really used in ble_o...