SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
I want to use uart async on the nrf9160, I get the following linking errors at build time:
here is my prj.conf
If it's defined CONFIG_UART_INTERRUPT_DRIVEN...
Hello,
I have a question regarding the nRF5340 microcontroller or similar. Usually, when programming UART, I2C or SPI bare metal, one is using interrupts, register and buffers...
Hi Team,
We are working on project where we are trying to encrypt the advertisement data (non-connectable) using our own defined keys.
currently I have been through the...
Using Segger with PCA10056 as a debugger connected to a pcb with a NRF52840 on it. Been working fine and I tried building open bootloader and programmed it. I see the device...
Hello,
I am a newby to the nRF5340 and Zephyr and I am stuck. I would like to know how to map physical pins to a particular UARTE.
I have read in the user manual OPS_v0...
Hello,
Currently developing a system based around the NRF9160 running Zephyr. My application is threaded and i would like to run the thread_analyzer. I got this working...
Hello,
I want to hide the BLE(RF signals) completely soon after updating the configuration in my application and whenever I need to update the config I should be able to...
Hi, I'm reading an ADC channel connected to large capacitors. I do the read when charging is off so no ripple. The caps are large (super-caps) so hold well enough to show...
Hey. If the device is repeatedly flashed without turning off its power (it does not matter if I program it through SES or nRFgo), it may start to malfunction or slow down...
Hello
I would like to use three PWM to output multiple sounds with one buzzer.
First of all, I am testing using two PWM. There is no problem using only one PWM, but there...
Hi, I'm currently using TAIYO YUDEN's EYSLCNZWW (nRF52810) and We are developing a device like a pulse oximeter.
I would like to change SAADC_SAMPLE_RATE from 400ms to 100ms...
Hi, after using the nRF SDK examples with SES for some time now, I decided to go with a project from scratch but for some strange reason the directory where I keep the nRF...
Hi everyone,
I am using the custom nRF52840 module provided by Raytac. I integrated into my evaluation board and I flash it using SWD and JLink debugger. My problem is that...