Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
Iam getting this error when i declare the following:
uint8_t tx_buffer[0x2000] _attribute_((section(".spim3_tx_buffer")));
When using nRF5 SDK i could able to edit...
Hi all,
We've developed BLE controllers for our new smartphone-based VR product. nRF52810 with S113 softdevice.
Right now the data (inputs + multiple IMU data samples...
Hey Devzone community
I have a super weird I2C problem.
While configuring, everything is fine - however, when I'm trying to use the I2C API read_register and write_register...
nRF SDK 17.1.0, fatal error: mbedtls/aes.h no such file or directory; I have added the file tree to the User Include Directories and "add existing file"d it to my project...
Hi
I am looking for an advise about selection of the optimal connection parameters. I am using couple of nrf52832 devices as the nus peripherial. As the central device I...
Hello,
Issue: after successfully compiling, generating bootloader settings, merging and flashing bootloader+settings+sd+app, the device enters DFU mode while i was expecting...
Hi! We are trying to put in the same application for both GNSS( developer.nordicsemi.com/.../README.html) and NBIOT( developer.nordicsemi.com/.../README.html) .
The examples...
Hi,I have a question:
1.I use device_ get_ Binding ("UART_1") When UART1 is opened, ENXIO returns to 134. How do you solve this problem? For others, I used uart0, spi2,...
Hello everyone!
Please tell me if I can connect nRF21540 to a microcontroller using only 4 SPI pins (SCK, MOSI, MISO, CSN) and control it completely? At the same time I...
As the title describes, I am getting that error. I am using nrf sdk 17.1.0 on an nrf52840, developing in SES. I have enabled NRF_CRYPTO_ENABLED, NRF_CRYPTO_BACKEND_MBEDTLS_ENABLED...
Hello,
I am currently using Nordic border router image as suggested by Google open thread group as i am using NRF5 SDK examples (sleepy mqttsn-publish example to be precise...
Hi team,
I am using NRF52833 DK with PCA10100 on it and s140 soft device version..
I added service data in advertising_init() function in ble_app_uart example code ...
Hi,
I have used DFU to update my application and worked normally. Now I need to update the application which has be written in NOR flash.
Firstly, I will write the application...
Hi,
We are building the custom bootloader in Rust,
Therefore want to define the non secure memory region.
Need to know exact steps to define the Non secure memory regions...