I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I have ordered two "nRF51822 Bluetooth Smart Beacon Kit"s on this page:
www.nordicsemi.com/.../nRF51822-Bluetooth-Smart-Beacon-Kit , and got these two:
I've downloaded...
Am building a HID Mouse device, starting with the nRF52-DK as hardware target and the BLE peripheral HID mouse sample app. Builds, loads and runs, apparently fine (i.e., can...
Hello,
I am trying to add an extra service like "experimental_ble_app_blinky" into "ble_app_hids_keyboard" example code. "ble_app_hids_keyboard" example code has 3 servcies...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
i am using uart of nrf52832. the SDK is nRF5_SDK_12.3.0_d7731ad. the uart is app_uart .when i was testing the uart sending and receing .i find that the uart is stoping where...
Hello!
We are performing certification testing for our product. We have nRF52832 chip on the board. We used "radio test" example to perform the test and almost all worked...
I'm migrating from sdk13 to sdk14 with work app.
Can't solve one weird problem. When my app start first time I initialize some data with saving by fds library to flash. There...
Hi
I get the following error when i compiled the ssd1306 library from link text to my nrf51DK..
error is: ._build\nrf51422_xxac.axf: Error: L6200E: Symbol app_error_handler...
In the nRF52 datasheets there is a statement:
"The 64 MHz crystal oscillator (HFXO) is controlled by a 32 MHz external crystal"
Is the crystal somehow oscillating at 2nd...
I am trying to compile the blinky example in the SDK 14.
I am getting this error:
makefile:111: ../../../../../../components/toolchain/gcc/Makefile.common: No such file...
I need an application that always advertise the beacon information, such as RSSI and Major and Minor value. At the same time I would like to transmit HID keyboard code. Is...
Hi
I have an application where I cannot use the FIFO buffers (HW or SW). Therefore I need an interrupt for each received byte. If I try to use the uart driver (nrf_drv_uart...
I'm trying to program my nrf52832 with an ST-LINK /V2. I can't get both the softdevice and my app on the chip.
Flashing each one seperately works fine but then when I flash...
Hello there,
I'm trying to flash my custom nrf52832 pcbs(untill I get my DKs in the tech tour with a reconfigured stm32 disco board's SWD port with keil uVision using the...
Hello.
This is my code to "wait until micro sd card is pluged".
while(1)
{
disk_state =disk_initialize(0);
if(disk_state==RES_OK)
{
NRF_LOG_INFO("Initialize...