Hello,
I am having trouble programming the nrf5340 chip using SWD.
Set up:
Custom hardware with the MDBT53V-1M module from Raytac, nrf5340 chip.
SWD, using J-Link...
Dear Experts,
We are bringing up a custom nRF54LS05B module and have built a small production-test firmware on top of the `radio_test` sample. While characterising current...
I'm having strange behaviour after switching to 3.4.0 on nrf9151. Our existing application was working well on 3.2.0 but showed no life with 3.4.0.
To demonstrate, I built...
Enviroment : nRF52833, ncs v3.1.1
The custom board is connected to a DCDC and a 32.768kHz XTAL. However, during the module manufacturing process, the DCDC and XTAL are not...
Hi,
Does it possible to achieve that when inserting a USB into nPM1300, the GPORESET of GPIO3 is triggered to reset the reset port of nRF4L15?
Best regards,
Peter.M...
We have nRF54H20 with IRONSIDE (SDK3.2.4).
RESET button has default configuration - connected to DEBUG MCU:
We need realize external HW reset of the DK by another...
So we're in production with the '832 and me, I drank the kool-aid already, but I'm trying to turn my cow-workers on to Nordic so I tell one of them "Oh install the command...
Hi There,
HW: PCA10056
SW: nRF5_SDK_15.2.0_9412b96
Test source code: ble_app_blinky
How can I create single Button with multiple condition based on the period of...
Dear Support,
I am working now on the PCA10040 Development-Board, I use the Booltoader from the nRF5_SDK_15.0.0 and the application from the nrf5_SDK_for_Mesh_v2.2.0. I...
Hi,
I have a crash in the LOG backend UART when the system shutdowns:
My power manager handler is as follows:
The crash occurs when the backend calls nrf_drv_uart_tx...
Dear Nordic,
I port one of my application for nRF52810 from nRF52832(application). i Followed as per guide. but when i build its showing an error.
RTE\Device\nRF52810_xxAA...
Hi, Sir
I met a problem when I enabled ble_adv_directed_slow_enabled in nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_hids_keyboard\pca10040\s132
The detailed...
Hey all,
I've been having a problem that it seems like a few others have had as well. When I connect my desktop computer to the devkit, it does not respond to any nrfjprog...
HI, I am using NRF52832 sdk15.2 .
I have some doubts
How to assign two to three different timers to do different functions
1. I need to read the sensor data every one...
Hello,
I'm working on a BLE central project where we want to utilize LESC Just Works Unauthenticated pairing.
I followed the recommended usage guide at https://www.nordicsemi...
Hi,
I am using nrf_fstorage_sd which uses nrf_atfifo. I would like to know what it is max usage of m_fifo queue so I can set lowest NRF_FSTORAGE_SD_QUEUE_SIZE value. I figured...
I develop an program with BLE DFU support, but we hope to merge all hex as single hex file. Then we can burn this hex file by programer (such as jlink or NRF52DK), So we have...
Hello,
I'm trying to run the s132 (and s140) softdevice while running a proprietary mesh network stack. Naturally I'm requesting a hefty amount of radio slots. I need to...
Dear Nordic,
I have an application which contain UART and BLE advertising. For power consumption i use enable disable UART.
Enable and Disable Uart:-
Is it right way...