I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi,
I am developing an app for PCA10059 board. my app works well but after sometime and saving some data on flash, boards keep resetting and did not booted(LD1 blinking...
Does anyone have experience in porting both embedded and android code from the 13.1.0 SDK to 15.x.x?
I'm running into an issue where the system worked fine on 13.1.0,...
Hi,
I am actually tring to migrate a project from Keil to Segger Embedded Studio (SES) and i have a problem with the build of my project when tring to build ecc.c.
The...
Hi,
I have to nrf52832 , s132 modules working as peripheral and central.
I would like to get an idea and input on how to change central mode to peripheral mode.
The...
Hello everyone,
I am having some trouble starting the HFXO crystal manually before using the RADIO to send raw advertisements: the HFCLKSTARTED event never raises. The code...
Hi
I am relatively new to this software and I am using this for a project which involves device-device and user-device communication.I came across the ble relay example...
I have a question about "SEGGER Embedded Studio for ARM V4.12".
When "Build Solution" is executed, "Build failed" is displayed and an error occurs. However, if you do "Bulid...
I have a question about "SEGGER Embedded Studio for ARM V4.12".
Is there a way to execute the bat file after the build is finished? I want to run a bat file that uses the...
I'm seeing some odd flash behavior that doesn't make any sense to me. I have a nRF9160 communicating with AWS via MQTT. I'm subscribed to two topics, Print and Template. The...
Hi, my device is NRF51822 and i'm trying to enable Readback protection. In 'main.c' file i have added this code line:
const uint32_t UICR_RBPCONF __attribute__((used,at...
The example bootloader hex files within SDK 15.3 will load on the development board and seems to provide connection through nRF toolbox on a iphone 7 but will not load on...
Hi. I am using two application timers in my program, one timer ticks is fixed to 1000 means it will call its handler every second. The other timer ticks values I am changing...