Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
The nrf51.xml file that was included with the SDK 9.0.0 was located in the directory structure here:
nRF51_SDK_9.0.0_2e23562/SVD/nrf51.xml
In SDK 10 and 11 this file has...
Hi,
I would like to use my NRF51DK with SDK11 and SD130 to control my SSD1306 OLED screen over TWI/I2C.
To refresh the OLED screen, we have to send it the whole display...
I recently experimented with the TWI Transaction Manager and found the following:
This function would cause HardFault Error
void _BAD_read_func(app_twi_t* param_p_app_twi...
I build esb_ptx example in sdk12, download in nRF52832 board, but from uart tool, I can not see log.
I have enabled log in sdk_config.h, and in options for target 'xxx' ...
Hi,
I have a DFU issue. Using Visual GDB IDE and gcc tool chain.
I Can get my signed application generated into zip then DFU it into the device which all works.
Once...
Looking at the radio notification code in components\ble_radio_notification, it looks like there isn't an option to use the NRF_RADIO_NOTIFICATION_TYPE_INT_ON_INACTIVE event...
Hello,
I am reading mpu9250 and providing timestamping with events. I want to create timer so that when the timer will be called reading of mpu9250 will begin and when...
Hi there
I have encountered another issue with a repeater that I am working on.
The program follows this basic sequence:
Setup as NRF_GZLL_MODE_HOST
Wait for...
Hi, I am trying to use NRF_CLOCK_LF_SRC_RC as clock source with the following settings:
pca10040.h
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC,
.rc_ctiv...
Hi,
Am having application with Freertos in which am creating 4 tasks + ble task using Freertos API's. Application is running as expected without any issues.
But in 4...
Am flashing SD 3.0.0 and secure Boot loader and then updating application (with Freertos) via bootloader .Application boots up no issues.
am facing below issues.
1.Am...
Hello,
I've checked the timing diagrams for the CE and IRQ on the datasheet but I would like to know if anyone has actually tested them with an oscilloscope? If yes could...
I am using SDK 11.0.0 on a nrf52832, with FreeRTOS and SD132 2.0.0. I configure the FreeRTOS port so that it uses RTC1 as SysTick. Depending on some compilation macros, my...