Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
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...
Hi,
I am using nRF5_SDK_15.2.0_9412b96 SDK and dev board - PCA10056 V1.1.0 2019.22 - 683524107
USB serial driver is not detected on Windows 8.1 Pro while testing my customized...
Hello,
I am starting with app development for nRF Connect Desktop. I downloaded the Bluetooth Low Energy app from Nordic Github and put into .nrfconnect-apps\local. nRF...
Recently after updating to iOS 13 there seems to be an issue with the BLE indications. The iphone is unable to receive indications of value being changed. Earlier this used...
Hi, we are seeing subtle timing differences in code execution between when we have a debugger attached or not (same build of code).
Does the nRF52832 implement the optional...
We've been having an issue in the firmware for our project. The firmware will build, program, and run just fine, but if we try to run from the debugger, the debugger will...
Hi, I have two Nordic BLE devices, one nrf52-DK that has peripherial_uart application and nrf52840-DK that has central_uart application. This works well, but the thing I need...
Hello, I am using ble_app_blinky on my BMD-300 evaluation kit (nrf52832) and I want to display a message via bluetooth on my phone with nrf connect. What function should I...
Hi Devzone:
I am not sure if I should ask segger or here, basically I am trying to use Ozone for performance analysis.
I always get this message when starting:
Device...
Hi,
I am a Embedded System Engineer working is a Medical Device Company and presently compiling the code on on a previously licensed IDE and as, the licensing has expired...
Hello,
I'm working on porting a Secure Bootloader application for a project, and trying to understand how the macro is used NRF_BL_WDT_MAX_SCHEDULER_LATENCY_MS.
I don...
Hi,
Similar to https://devzone.nordicsemi.com/f/nordic-q-a/57105/nrf9160-modem-stuck-in-searching/231773
We found sometime the LTE cannot be deactivated during the modem...
I want to try register level programming of Nrf52832 i.e low level programming. I referred your This GitHub repository but there are sill some libraries used . Is there any...
I am running an application with norma NUS Service with bonding.
When I want to make a DFU I start to write a token into the flash with fds and then do a soft reset. After...
Hi, I'm using nRF5_SDK_for_Thread_and_Zigbee_v3.1.0_c7c4730 to develop a Zigbee Network. I'm using the ble_zigbee_template example as starting point of my works. I seen that...