How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hello, I get the
"ERROR: The --family option given with the command (or the default from nrfjprog. ini)
ERROR: does not match the device connected."
message after...
Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
hi, I am beginner , so confused how to doing write and read sequence. I want read and write sequence with register setting .please give me how to develope logic for that.
Hi,
I'm working on a BLE link between two dev kits. For the time being, both have USB drivers and handlers that will pipe data from one USB terminal to another over BLE...
I'm having a bit of trouble getting a program downloaded onto my development board. I've been using Keil 5 to program and I haven't had a problem until I started experimenting...
I'm seeing an odd behavior where the ability for our application to communicate to peripherals via twim is being affected by the initialization values for app timers.
Timers...
HI
I'd like to clarify my understanding of how the three work-
Does the SD card library use SPI or SPIM?
Does SPIM automatically use EasyDMA, or is it configured...
The API for sd_ble_gatts_hvx says that NRF_ERROR_INVALID_STATE is returned when no indications are enabled.
However, when I call sd_ble_gatts_hvx in this scenario I receive...
Hi everyone,
I am having problems reading the battery level using the SAADC. The main problem is that the reading is not consistent from when the device is booting to...
I have two bugs to report in nRF5_SDK_16.0.0_98a08e2\components\ble\nrf_ble_scan\nrf_ble_scan.c
The following functions in nrf_ble_scan.c follow a pattern nrf_ble_scan_addr_filter_add...
Does LESC is supported in FreeRTOS?
I init BLE modules in FreeRTOS tasks. After LESC is enabled, system returns error in nrf_crypto_rng_init(). Looks like nrf_stack_info_overflowed...
I'm trying to test out some of the BLE examples on the nRF 51 DK and I'm getting some strange results on the nRF Connect app. When I run the heart rate example, everything...
The modem firmware release notes say
> DTLS supports PSK authentication only
and indeed I can only get PSK to work.
I understand you can't give a timeline, but can you...
Hi All,
We are develop a BLE device which using Proximity profile. And we are modifying the nRF-Toolbox android apk to implement our application. We would like to change...
Hello,
I'm working on a project where I would like to use two nRF52810, one as broadcaster and one as observer. The idea is that the broadcaster sends an advertisement in...
Hello,
I have understanding issues with model inheritance and subscription list (and publish address) sharing.
The Mesh Profile Spec 1.0.1 (chapter 4.2.3) states:
"Within...