I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Hi there,
I'm using MacOS Catalina 10.15.6 and nRF52840-DK (2019.9) for the Sniffer. My PCB is running BLE on nRF52840. The hex file used for the sniffer is sniffer_nrf52840dk_nrf52840_7cc811f...
Is there a Hardware Design Guidelines white paper for the nRF52840? I'm looking for something similar to what is available for the nRF9160. For example, this:
https://infocenter...
when I used simulator in keil5 for NRF51 software debug, there is a problem : *** error 65: access violation at 0xFFFFFFF4 : no 'write' permission. When I used the keil5 command...
Hi,
I am using nrf52840 DK and SDK version 17.0.2. I want to write data into particular address location(application area) of the flash using fstorage. It is writing the...
Hello ,
On NRF52840 DK my logger works fine and I get no problem with printf(). However, on my custom board the program goes into hard fault with the following :
0x4001...
Hi there,
I'm using nrf52840 DK and Custom board, SDK 15.1.0, Segger Embedded Studio(SES v5.20)
my issue is when i receive data from uart interrupt based on serial uartes...
Hello Guys,
I'm developping and st7789 IPS screen driver and i'm having problem with SPI0 . I'm using NRF52840 DK 2.0.1
First I took SPI example from sdk 17.0.2 configured...
Hello All,
I am using SES on BMD340 controller with FreeRTOS project.
After few modification in the code, I am facing *.elf doesn't exist during linking stage. There...
On a nRF52833 on a custom PCB, due to space and allocation limitations, I need to run UART Rx and UART Tx over GPIO pins that are limited to standard drive, low frequency...
Dear all,
I have a NRF52832 module (EBYTE E73) and before yesterday, everything was fine.
We had a outdoor test last week and till then, everything was fine.
After...
I've tried this with both 1.5.0 and 1.5.1, with the same results. I install the SDKs using the toolchain manager, and when the installation finishes I open a bash shell, also...
I'm learning how to use OTA DFU on Win10 laptop. I followed this and this guide step by step. I have a couple of questions:
1) (See below code) How to use " arm-none-eabi...
I've recently purchased a Thingy:91 and wasn't able to update its firmware via nRF Connect. I'm guessing this is because that there is no MCUboot on the Thingy:91 that I have...
Have a USB powered Chengdu Ebyte nRF52840 Dongle (PCA100059-style) that has the following:
- USB 5V
- VBUS pin : connected directly to USB 5V
- VDD pin: not connected...