Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
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...
Hi Nordic,
I am using PCA10000 v2.2.0 with MCP and FW "MEFW nRF51822 0.11.0"
I just tried the "nRF Connect" under Windows 10 and fail to use it. Below is my steps:
...
Hi All,
I'm using nrf52 PCA10040 v 0.9.0, with SDK11. No softdevice being used in this case.
While exploring using EasyDMA with the SPI peripheral, the example in sdk11...
Hi there,
this problem may extend the scope, as it relates the SPI slave device (atmel winc1500). When I run the SPI master example, I can see the data transmitted on oscilloscope...
Hi, I use S110 v8 in my application with DFU support. When DFU is triggered from application (by writing 0x0104 to DFU service control characteristic), then application fails...
Working on a project i want to update the nordic application (firmware) from other MCU, i am having some problem to compute the crc.
How to we calculate the crc of...
When I plug the nRF51822EK (PCA10024) in via USB while holding the reset button down, it mounts as "MBED LOADER" rather than "MBED". This page
developer.mbed.org/.../ ...
Hi,
I have a nordic chip (nrf2832) and I am trying to use it as a LWM2M client and register it to a LWM2M Server. I want to achieve this:
developer.nordicsemi.com/.....
I'm trying to update my SoftDevice with a bootloader, which is basically the same as the one in nRF5_SDK_11.0.0_89a8197. The image is saved in bank 0 and is validated by dfu_sd_image_validate...
This is my first DFU project, and so this may be super-obvious to all of you.
I am writing this here to help others, because it appears that there are others out there...
I have an mBed application that uses the S130 SoftDevice and polls data from a couple of other connected peripherals via I2C & SPI.
I use a Ticker object, which seems to...
Hello,
I use the example dfu_dual_bank_ble_132 in the nrf5x sdk 11 (PCA10040).
I have had my programe before the OTA, i will have a programme wich would update at any...
Hi all:
I stored some settings in flash in the address 0x00077000 and this address is got by the function of pstorage_register().
However this area will be erased by...
Hello there,
I've been trying to use embitz (the new version of emblocks) to program a nRF5188 but i always fail to compile the "ble_peripheral_hrs" exemple, i'm always...
Hi
I have a unit that is rather old and I want o update it to the latest softdevice.
In the unit there is a bootloader and softdevice version 6. Does anybody know if it...