Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
Hello Nordic team,
I would like to automatically patch the merged.hex file each time I build my project. I’ve attempted to use extra_post_build in CMakeLists.txt , but my...
I noticed that the product information of the nRF54L15 series kit supports 4Mbps, but I'm unsure how to verify it. Are there any relevant examples available? I have currently...
Dear Nordic Support Team,
I am experiencing difficulties flashing firmware to my nRF52832 development board using VSCode with west flash , followed by J-Link...
Hi Nordic team,
We're experiencing two issues related to partition handling in Zephyr/NCS and are looking for your guidance
Issue 1: settings_storage is erased after BLE...
spim2、ncs2.6.1
I used SPIM2 to send the string "Hello, SPIM!" and receive data of the same length.
However, on the logic analyzer, I can only see the transmitted signals...
I am using nRF52833 PCA10100 board. While trying to run sample ble code in segger embedded studio, I am frequently facing this error which says, .text file is larger than...
Hi All,
Need a help,
To achieve a long RADIO range i.e Gazell(nordic proprietary RF) range, we are using Nrf52832 with SKY66112.
To control the SKY66112 in PA/LNA...
If we are using an external RTC(for example, PCF85063) with a 32.768kHz XTAL, can we rely on the internal RC oscillator on nRF52840 for the power savings in Deep Sleep mode...
Hi, Im using the latest SDK on the latest DK .
Im triying to run the ble_app_uart example with default code and, I can compile it and upload it, but i cant see the ssid...
Hello everyone,
I'm attempting to "Bond" between a smartphone device and a NRF5 module to have a continues reliable and secure (with password before pairing) data link using...
I make a pcb with nrf52832, DCDC-mode, but when I run bootloader_secure_ble in that, I found a confused question. When I power-off my board, then power-on it, the bootloader...
Hello!
I'm currently using a nRF52832 with the SDK15 blinky_app_project and Segger Embedded Studio. What I am aiming to do is program where it goes to sleep after some seconds...
Hi, I would like to know if the Nordic nRF52840 QIAACO existe or QIAACO is a fake ship.
Also if the QIAACO is a reel ship I world like to know more between the QIAABB and...
In the S132 6.0.0 we are working on a system that does not require interoperability. We wish to communicate using encrypted advertising packets of our own design. We are able...
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
now I want to transfer some data between PC and the client of mesh,I have read this case and try to add the light switch client example to the uart example.but I don't know...
Hi all,
I have customized application which is ported to both Nordic SDK 14.2 and Nordic SDk 15.0. In the app, we use SPI instance to read / write data from the sensor....
error: L6050U: The code size of this image (34744 bytes) exceeds the maximum allowed for this version of the linker.
I tried to add rtc calendar program and call it from...