Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
I changed the device name while not connected.
but, The...
Hello,
I am trying to follow the tutorial SDK UART coexistence example , but it seems like the last step cannot be completed. As you can see, that .hex file does not exist...
I am working on a low power peripheral project (similar to the Nordic blePeripheral/uart example). I'm going to be using an nRF52805 with SDK 17 and s112. I found the Apple...
Dear all,
I have tried my best to find answers in questions posted previously but I still have a few questions that I would like to clear up. I will keep it concise. Thank...
I want to configure the UART1 (not the UART0), and I want to know if there have some examples that introducing the UART configuration by directing accessing the register....
Does Nordic have programming for the nRF52840 that enables both 802.15.4 and BLE, so the board can both become part of an 802.15.4 network and pair with a mobile device like...
Hi All,
i played with the /examples/dfu/secure_bootloader/pca10056_S140_ble_debug.
The application works fine so far.
I do have the following questions.
Is it...
Hi,
I am running into some problems with libuarte. I have two nRF52840-DKs talking to each other over UART. My setup is not ordinary however. The hardware configuration...
Hello -
We are developing a product for the nRF52840 using SDK v17.0.2 and FreeRTOS. Our application uses the RTC configured by FreeRTOS to implement a System ON sleep...
While installing the itsybitsy NRF52840 board from Adafruit in the Arduino IDE, I encountered the following error:
"Tool nrfjprog is not available for your operating system...
I can't get a button to work on a custom board; but same firmware HEX file on a different board works fine.
Using nRF5 SDK 17.0.2, SoftDevice S132 v7.2.0.
using a custom_board...
Hi,
I'm using an nRF52840 and I need to implement a driver in c for an external chip. The c driver is written, and I only need to add specific functions regarding the SPI...
I can't see the answer, so I will write it again.
hello.
nrf24l01p(ptx), nrf51822(prx)
nrf24l01p set
TX_ADDR = 0xA5B300
EN_AA = 0
EN_RXADDR = 1
SETUP_AW =...