I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
Hello Team,
I am facing segmentation fault while reading the OTP memory using pointer in my code. To write the OTP value I have used below command which was successful and...
Hi,
I received the nRF9160DK yesterday, and used the AT Client to get talking to the modem and connecting to a network. In VS Code I built an application from sample ...
Hi there,
I'm using the product specification of the nRF52840 to program the SAADC in continuous mode using its internal timer. I'm not able to use your SDK. Unfortunately...
We've built a custom board, at power off current is 1-2uA and when connected average current is ~4.7mA. Internal DCDC is enabled, this shaved off >2mA. Other than reducing...
Hi ALL:
- SDK version: nRFSDK 15.3
- HW: nRF52832
I am tried to earse the flash by sg_flash_page_erase(uint32_t page_number), but still failed. My code snippet as...
Hi there,
I want to read the memory from nRF52840,
but J-Link showed me, J-Link is defective, how can I rectify it ?
It's from 2018 J- Link ,
Screenshot :
tha...
Hello,
I'm running the nRF Mesh SDK 5.0.0 with the light CTL LC server example. I have also developed an implementation of a DALI master. DALI is a manchester encoded signal...
I am using: \examples\ble_peripheral\ble_app_uart and \examples\ble_central\ble_app_uart_c .
In Nordic infocenter it says: The application scans peripheral devices and connects...
Hello all,
I would like to know if it would be possible to simultaneously use 3 instances of I2C and 2 of I2C for the nRF5340DK. As stated in the data sheet, the application...
I use nrf52832 + ncs1.7.0 to develop mesh projects. The current project requires mcuboot + mpsl. But I found that SoftDevice Controller occupies too much flash space, which...
Hi,
I am trying add existing file in CMakeLists.txt a main.cpp file inside Project libapp.a, at which i am getting this python error. Kindly help.
Regards,
Hi all,
I am currently using Raytac dongle https://www.raytac.com/product/ins.php?index_id=89 with connectivity FW on the dongle and pc-ble-driver version 4.1.4 and sd_api...
Hi,
I am trying to edit my bootloader (buttonless USB DFU).
I want to add a button to exit the bootloader and return to the app.
The problem is that the gpiote interrupt...