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...
If I have the J-Link RTT Viewer open and connected to my PCA10056 (viewing RTT output from an external board connected to P19) and then reprogram the board using nrfjprog...
Hello,
I am currently running into an issue with nrf51822. I am trying to write in flash a flag which defines the device I use. Indeeed, the device on which the code will...
Hello,
I want to us the nRF52 dongle with BLE and ANT communication. I downloaded SDK 15.2 and looked at the examples. I can see a lot of examples for ANT and for BLE individually...
Hi Sir
I try to write/read/earse any address with length 32.
but some bytes shows zero "0x0" when I use , it should be 0xff after erasing...
Do you know what's the problem...
SDK: 15.0, PCA10040
Hi, I am trying to add multiperipheral to Multiperipheral LBS example and I get this error .\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol...
Hi, I'm trying to add multiperipheral option to usbd-ble-uart example and for that I checked the example ble-app-multiperipheral and I can't find the way to do that so my...
Hi.
I have a project with usb_cdc merged with multilink_central and NUS service. It is working quite well, multiple peripherals can connect and send data to the central...
Hi,
Currently I am sounding a simple beep on and off sound with a Piezo Buzzer on the nRF52832 and using the power profiler, it is consuming approx 713.323 μA, I was wondering...
Hello!
I have a question about the slave latency: I know how it should work, I would like to know if it is normal that there are current peaks in the supply current when...
Hi,
Does anyone have a hex code that can be added to the app hex in order to get rbp for NRF52832? Or a code that can be used from Arduino IDE?
I know that it can be...
Following error throwing while using nrf tools
nrfjprog verion 9.3.1 -------------------------------------------------------------------------------- FUNCTION: open_dll...
Can someone explain the indepth working of nrf dfu bootloader example with respect to the init packet.
How is it decoded and the information gets stored in the structure...