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...
Disclosure. I am new to firmware develoment. My experience is in cloud development.
I just bought a Thingy91. I registered online using nRF Cloud. The modem communicates...
I want to use a timer to get a fixed time interval, so I use a 32-bit timer to count from 0 to 10000, and use PPI to clear the counter when it is captured to 10000, such as...
I'm using Softdevice S132 V 7.0.2 with nrf52832 module. Project is in Segger Studio. Project runs in debug configuration as in debug or in non-debug mode. When changing to...
Hi, I want to run hci_usb as a USB dongle, and use the CONFIG_BT_LL_SW_SPLIT software based link layer controller on nrf52840dk
But somehow once config as CONFIG_BT_LL_SW_SPLIT...
nrf_ble_ancs_c.h has hardcoded max attribute length of 32 (BLE_ANCS_ATTR_DATA_MAX).
1) BLE_ANCS_ATTR_DATA_MAX mainly seems to be used to allocate the size of the app_id...
I'm working on an nRF5340 based design and using the nRF5240DK to get started.
I would like to have an immutable first stage boot loader, an updatable MCUBoot boot loader...
Are there any suggestions for creating slightly customized versions of the immutable and MCUBoot boot loaders?
Currently I'm using CONFIG_SECURE_BOOT=y & CONFIG_BOOTLOADER_MCUBOOT...
I would like to include the MCUBoot library code into my application so that I can read and validate update images (before restarting the MCU to install them via MCUBoot)...
I have a custom MCUboot boot loader working. Now I'm trying to build an application to be updated by MCUboot. I've added the following to prj.conf:
CONFIG_BOOTLOADER_MCUBOOT...
I am running a NUS at 115200 Baud and it works fine but when I run it at 921600 my BMD 300 triggers a Serial Fault. Is there a trick to get the 921600 to work without flow...
Hi Guys,
I need to connect to a BLE device using NRF52480 using passcode (6 digit pincode)
on Android it works just fine, I attempt to connect and displays the popup...
led 1 is off but p0.13 get 3v output , similarly led 1 is on p0.13 get 0v output, how to change it help me. similar for led 1 to led 4 respectively p0.13 to p0.16.
Hi I am the user of zephyr and nrf connect SDK in ubuntu 20.04. one question about file path in the header file. for instance, the demonstration "nrf/samples/zigbee/light_switch...
Hi, I tried establish a communication between nRF52832 DK(PCA10040) to nRF24L01+ Module with Arduino UNO(via SPI). I used the EnhancedShockburst examples from nRF5 SDK 11...
Hi,
I'm developing a GUI on Qt creator to communicate by USB (send and receive data) with a nRF52840 DK. For that, I want to use the USB CDC ACM module (instead of UART...