Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
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...
Hi,
I am trying to program the custom nRF9160 board using SEGGER JLink/SWD programmer , For same of the boards when connected to custom board and trying to select the device...
Hello,
we are using a nRF5340 with NCS 2.9 and want to signalize a
UART_LINE_CTRL_BREAK
on USB CDC_ACM to the PC.
Is there a direct way to do this?
Many thanks in...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
Hi!
I read that your Thread stack uses a different 802.15.4 implementation than the MAC driver. Is it possible to intercept special broadcast data packets e.g. from energy...
Hi!
I started to modify the ble_app_blinky example. I need to increase ATT_MTU, so I modified NRF_SDH_BLE_GATT_MAX_MTU_SIZE. For this, I needed to increase the RAM of the...
Hello,
I'm using Mesh SDk4.0.0 and SD v7.0.1. I have tested the light switch client and server examples.
Now I want to add some more models for additional functionality...
Hi , i want to change the device name by connecting the device using nrf_toolbox , have a look at my code , you will get what i am trying to do . By the way i am using nRF52832...
Hello Nordic!
I'm developing with nrf52840, s340, sdk 15.3.0, gcc-arm-none-eabi-7-2018-q2 in my customboard.
Recently, I am making ble central module.
I can scan and...
Hi, I have only one question: during the write or erase cycle using fstorage, the cpu is locked? Sofdevice, Interrupts and main application are working also during with flash...
I'm using FDS together with Flash manager, and checked if everything goes alright in flash.
As per doc, I set FLASH_MANAGER_RECOVERY_PAGE_OFFSET_PAGES to FDS_PHY_PAGES....
Hi, I just try to start with the spi master example (nrf5sdk/examples/peripheral/spi) on mus PCA10040 board. I'm able to compile&flash it. It seems to be running (LED1 is...
Hi ,
I working on the getting started assistant setup but got failure when verify the GNU ARM embedded setup , see the following log :
11:32:05.867
c:\gnuarmemb\bin...
Hi,
Just want to ask what will be the effect if I will use an external oscillator (32.768kHz) with a CL nearly at max specification, let's say 12pF.
Thanks.
Hi,
Can we send a message from a Provisioner to a Unicast address in a mesh network?
I'm using nrf52832 and can send orreceive message between nodes in the mesh but I...
Using 4-bit SPI mode on the Display Controller side: SCL,MOSI,MISO ... and DCX (by which the controller distinguishes between command bytes and data bytes). There's no obvious...