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...
It's a related issue to my previous question Error set-value failure in a Nordic sample . " west flash --erase " command solves the problem for one time. It erases all data...
Hello,
I am developing a product that uses an external flash chip and we are using SPIM3 at 32 MHz. In addition we have been attempting to utilize the SoftDevice in order...
What is the unit of period and update_interval members of bt_mesh_sensor_descriptor structure struct bt_mesh_sensor_descriptor ? Is it seconds or milliseconds or something...
I raised a github issue to show you where exactly got a HardFault exception. Seems that there is something wrong with the provided SD132 v4.02 especially in function at address...
Are there any issues with calling zb_secur_ic_add multiple times with the same address and install code? IE: Does the ZBOSS stack check if an address already exist in install...
Dear Sir/Madam
I am using multiperipheral example. I can connect to multiple phones. I added NUS example in it.
I am using package nRF5_SDK_15.2.0_9412b96.
I do not...
Hi,
I'm trying to run the https_client sample on an nrf9160dk, and it's giving me the following output:
*** Booting Zephyr OS build v2.3.0-rc1-ncs1-1440-g"020" !$#a 1...
Hello,
I have purchased this device to use as a BLE sniffer. I have followed this manual to configure the device as a sniffer:
https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_BLE_UG_v3...
Hello.
I'm using a nrf52 dk (nrf52832) + GCC 9.2.1 (9 2019 q4 major) + WIN10 + CLION and I'm trying to build an example project using GCC.
I get the following error: ...
Hello everyone ,
I have question about saving the configuration of Friendship so-that after rebooting the SOC, the friendship's configuration restored without applying the...
Hi, I'm HongJae.
I'm developing a Bluetooth peripheral program with nrf52.
Briefly,
if I send a hexadecimal message(e.g 0x35), GPIO's are ON.
After 1 minute from...
hi,
I found a interesting thing:I use the output function to configure the P0.14(nrf_gpio_cfg_output(14)). After configuration, the normal output should be low, but it outputs...