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've put the recommended circuit for the nRF52810 QCAA chip together on breadboard (schematic is below) and am using a J-Link Edu Mini to program.
I created a custom board...
When using Segger Embedded Studio, multiple build targets can be defined. Each build definition can have its own "defines", libraries, etc.
When using Visual Studio Code...
Mesh SDK 5.0, SoftDevice S140 v7.2.0, NRF52840, SEGGER ------------------------------------------------------------------------------------ Hello! I have a similar problem...
Hei!
I am currently working on a project where we have implemented FOTA and I have had a lot of issues with flashing fresh boards with the complete firmware package. ...
Hi ,
I am reading some dummy data trough gatt characteristics, it always comes in the little-endian format
for example, i am giving the dummy data as 0x1122 so while reading...
Hi,
1. I have working `thingy:53` Matter weather station
My goal is to run Linux matter application (node) that it will subscribe and receive temperature measurements...
Hi, I download nrf connect SDK v2.1.1 through nRF Connect for Desktop,
and I flashed the sample direction_finding_connectionless_rx with noting changed.
Then there is...
I want to build a NCS project with a folder structure that might be something like this
How can I achieve this using CMake? Is there an alternate way of doing this? Right...
Hello Devzone Community,
I am working on a dual microcontroller / cell module design, with one of the two MCUs in the cellular module. I am having a Zephyr device tree issue...
hi
I send message from nrf52840_A to nrf52840_B
log shows R eceived CoAP message that does not match any request or resource
Is there a sending format for coap? thx
Hi,
Our product is based on nRF5340 and will run DFU over BLE.
Now I am testing the DFU function via the "Firmware Upgrade" in device manager APP.
In the current architecture...
hi, could you tell why I build SDK17.1.0 (nRF5_SDK_17.1.0_ddde560\examples\peripheral\csense_drv\pca10040\blank\arm5_no_packs) demo code, it appears that mistake (.\_build...
I am trying to send data in peripheral but my central connected to other peripheral .
So I decided to add whitelist in central.
In which function to add whitelist
...
Hi!
I would like to add into my Zephyr project a library called Vanetza , which depends on Boost++, Cryptopp and GeographicLib. I am still learning CMake and I don't know...