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...
I am trying to test TLS communication between TCP server and client so, how I should generate the certificates and how to provision them in TCP server?
Can I use OpenSSL...
Hi, I am using nrf52832 development kit. MCU is waking up with two buttons and I put MCU to system off mode after successful data exchange or timeout. Init settings are like...
Hi,
I am configuring a button and an ISR to handle the events, but the interrupt is not called only when there is a transition.
Is there any other configuration needed...
During the End Of Line test of one of our device, based on nRF52832, we write the serial number of the device in some non volatile registers, specifically CUSTOMER[8] and...
Hello,
We are using the nRF52810-QCAA(QFN32) in a Beacon application. We have seen serious degradation in Radio performance while using the DC/DC vs. the LDO. More than...
Hi Forum,
i've ran into a problem with configure the nrf24l01. I've disabled all ShockBurst functionality (EN_AA = 0). When putting TX Payload into the Fifo the TX_EMPTY...
Hi~
We are going to use the MAC address and UUID as what we have.
I am trying to save the MAC address and UUID through UART, so I don't know what to do.
Currently the...
Hello,
I am trying to make a code running the Ble stack adn the FreeRtos one, i started from the project ble_app_hrs_freertos_pca10040_s132, i've just removed some things...
Hi.
Newbie stuck at installing IDE.
Trying to follow the automatic installation developer.nordicsemi.com/.../gs_assistant.html
Installed nRF Connect for Desktop v3.8...
Hi,
we have nrf52933 custom hardware.
we are flashing application through j-link.
but after every flashing , I need to hard reset the board in order to run the function...
Dear Nordic,
We developed a product based on the nRF52833 chip, with an external antenna, 3dBi gain. Set transmission parameters 100mS interval and 4dBm transmission power...
I have nrf52840 dongle will like to treat it as central. (like gateway) And sensor node is unknow ble, and adress type is Resolvable Private Address. If know the characteristics...
Using the « nrf_modem_at_cmd_async » function triggered an HARD_FAULT error if it is the first function used in the code before another function of the AT interface of the...
Hello everyone I would like to produce my own custom board based on the NRF52840, but the quartz used in the Dk is sell by package of 3000 pcs so I decided to change and use...
I have troubles with the bluetooth examples on the nRF5340. Examples without bluetooth works fine. (blinky of hello world). I allready found out that the code is waiting on...