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 need to develop a BLE communication link between a smartphone (Android first, iOS after) and the BL654 Laird platform (based on nRF52840).
I found multiples strategies...
i am developing a bike power meter and designed my own hardware.
From software point of view I used the Ant+ bikepowermeter example from Nordic.
So far my status is, ...
To the kind attention of Nordic support team,
Could you please help me finding documentation about the subject I mentioned?
Let's suppose we have got a peripheral and...
Hello,
I am working on ble_app_uart example on nRF52840DK.
I am using one switch (gpio) for advertising_switch() function. It means on changing the position of the switch...
Hi,
Would you please tell me how can I dump a memory and save into a file in keil uVersion 5.24?
For example: I want to read the flash memory 0x00000000 to 0x00010000...
There is an option to 'Clone device's services':
A message pops up briefly to say that it's done it:
But it doesn't say where it's put it, and I can't see any...
Dear all,
I have picked the Ruuvi project : https://github.com/ruuvi/ruuvi.firmware.c and change the configuration to adapt with nordic dongle.
But after flashing, my...
Hi,
I am evaluating LC example, I am using an occupancy sensor. So whenever there's an occupancy it's detecting and turning the lights ON. But even when there's occupancy...
Hi,
I have created an eclipse based makefile project for nrf51802 module.
The sdk version that i am using is 12.3.0, and softdevice S130 .
Taking reference of ble_app_uart...
HW setup is my boart connected to a windows10 PC with an uart link.
I tried secure_bootloader_pca10100_uart_ses_nRF5SDKThreadv4.1.0.zip example, with some modification for...
Hi All,
I followed this article and got eclipse to work. I can use debugger, single-step, place a breakpoint. All good.
I noticed that disassembly window shows opcodes...
Hello,
I am working on a project that uses Azure as a cloud IoT provider and the NRF9160 as a gateway-like device which is supposed to make simultaneous connections to up...
Hi,
Just wondering if it is possible to configure the UICR Customer registers after erasing and flashing/programming the nrf52832. The hex file used to program the device...
Hi Team,
I wonder the operating system which has been ported on nRF52840 DK, I found multiple IoT OS what nRF52840 supports like ARM mbed, Zephyr, Contiki, etc. But can...
Using NCS 1.3.1.
Why is nrfx_spim_xfer() asserting when using NRFX_SPIM_FLAG_HOLD_XFER flag and a ss_pin ?
When not using a ss_pin in the spi config but configuring with...