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...
Hey Folks,
I'm running into an issue with the nRF52840 where the the reset reason register (POWER->RESETREAS) is not populating as expected.
The GPIO is setup to sense...
Hello,
i got problem wher program cant go in while loop in main while advertising is running. Im using ble uart template. So was thinking to stop advertising when button...
Hi there,
Can anybody please give me a detailed defination of background DFU? Also, it would be perfect if there are examples about background DFU.
Thanks!
I am trying to get an OTA DFU for nRF52810. I am not trying to get anything custom right now but only trying to prove that it works. I have tried going about this many different...
Hi. I have edited the Heart Rate Service Example project in SDK 17.02 and I am currently using nRF52840 DK.
I am not sure of the reason why the application restarts after...
excuse me,I'm developing nRF52805 and I set the button pin number like this:
#define BUTTON_START 1
#define BUTTON_1 1
#define BUTTON_2 5
#define BUTTON_3 12
#define...
I'm using a custom board designed around this nRF52832 module . Testing the twi_scanner from examples of ` nRF5_SDK_17.0.2_d674dde `. Built and flashed the firmware successfully...
When using nRF5 SDK 17 and its nfc_t4t_lib, we encounted a problem: nfc_t4t_setup returned NRFX_SUCCESS, instead of NRF_SUCCESS and the nfc_platform_setup function was never...
Hi guys,
I have already created some code in a peripheral folder inside nrf5 SDK documentation related to temperature readings and the way how to save the data in the flash...
Hi all,
i am getting values properly, if i set 250 samples per second. but if i set 1000 samples (1ms), i can not get values after some moments. it is showing time out error...
Hi,
In preparation for FOTA which would double the flash space requirement, I noticed the Region Size for FLASH is only 429568 and I would have assumed it was the 1MB advertised...
I am trying to connect my thingy91 and preform an MCUBoot. This is not working and i get the following error code: Errorcode: CouldNotCallFunction (0x9) Lowlevel error: INVALID_OPERATION...
Excuse me, I use BSP_EVENT_KEY_0 to get into the sleep mode, however, it will go to the NRF_BREAKPOINT_COND and then reset the device;.
case BSP_EVENT_KEY_0:
SEGGER_RTT_printf...
I have developed data loggers based on nrf52840,it uses nus service,max payload is of 240 bytes,the device stores 30kb data in a spi memory.we have a custom built android...
Dear community, as already mentioned here https://devzone.nordicsemi.com/f/nordic-q-a/30622/nrf_cal_set_time-setting-issue-for-2100-year/121167 Im wondering how do you deal...