|
Re: Hardware acceleration using cryptocell engine in
#nrf52840
#crypto
Hi Nikos,
The Cryptocell requires proprietary software that is not part of Zephyr. If you’d like to use the Cryptocell I recommend you take a look at Nordic’s Zephyr-based SDK, the nRF Connect
Hi Nikos,
The Cryptocell requires proprietary software that is not part of Zephyr. If you’d like to use the Cryptocell I recommend you take a look at Nordic’s Zephyr-based SDK, the nRF Connect
|
By
Carles Cufi
·
#2254
·
|
|
Hardware acceleration using cryptocell engine in
#nrf52840
#crypto
Hello, I am going to use mbedtls library in order for sha256 hash calculation and ECDSA verify using nrf52840-dk. I can not find any configuration parameter for hardware acceleration. The device
Hello, I am going to use mbedtls library in order for sha256 hash calculation and ECDSA verify using nrf52840-dk. I can not find any configuration parameter for hardware acceleration. The device
|
By
Nikos Karamolegkos
·
#2253
·
|
|
Re: STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Dejavu, I think I have seen this question before. I don’t have a H7 or F7, but I remember a similar question was posted in April. Here is what it said, unfortunately there was no follow up to say if
Dejavu, I think I have seen this question before. I don’t have a H7 or F7, but I remember a similar question was posted in April. Here is what it said, unfortunately there was no follow up to say if
|
By
Lawrence King
·
#2252
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Dear all,
We try to run the net/sockets/packet sample on both, the Nucleo F746ZG and the H747I Discovery Board an run into the following issue with version 2.4.0 (works fine with 2.3.0 on F7):
Has
Dear all,
We try to run the net/sockets/packet sample on both, the Nucleo F746ZG and the H747I Discovery Board an run into the following issue with version 2.4.0 (works fine with 2.3.0 on F7):
Has
|
By
andreas.eberhart@...
·
#2251
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
Hi all,
I would like to ask you if I can change the lwm2m observer period. There is enough delay (some seconds), after calling lwm2m_engine_set_u8("5/0/3", STATE_IDLE) until the server get informed.
Hi all,
I would like to ask you if I can change the lwm2m observer period. There is enough delay (some seconds), after calling lwm2m_engine_set_u8("5/0/3", STATE_IDLE) until the server get informed.
|
By
Nikos Karamolegkos
·
#2250
·
|
|
STM32: Moving devices pin configuration to device tree
TL;DR:
- Upcoming device tree based pin configuration for STM32 based boards
- Script generated, SoC package specific *-pinctrl.dtsi files are available in hal_stm32 modules
- Each *.pcintrl.dtsi file
TL;DR:
- Upcoming device tree based pin configuration for STM32 based boards
- Script generated, SoC package specific *-pinctrl.dtsi files are available in hal_stm32 modules
- Each *.pcintrl.dtsi file
|
By
Erwan Gouriou
·
#2249
·
|
|
RFC: API Change: k_work
In accordance with policy your attention is drawn to #28794 which summarizes and outlines the motivation for a change to the k_work infrastructure, specifically with how k_delayed_work
In accordance with policy your attention is drawn to #28794 which summarizes and outlines the motivation for a change to the k_work infrastructure, specifically with how k_delayed_work
|
By
Peter A. Bigot
·
#2248
·
|
|
BLE data rate with IPSP
#ble
#nrf52480
Hi all,
I have a set up consisting of nRF52840 and Raspberry Pi4 communicating over IPSP. The nRF52840 application needs to send data with 6,4KByte/s. My nRF52840 prj.conf is:
# Thread
Hi all,
I have a set up consisting of nRF52840 and Raspberry Pi4 communicating over IPSP. The nRF52840 application needs to send data with 6,4KByte/s. My nRF52840 prj.conf is:
# Thread
|
By
Stefan Hristozov
·
#2247
·
|
|
ninja: error: loading 'build.ninja' - Windows
Dear All,
I tried to install basic zephyr installation from the getting started page on windows.
Everything installed fine. When I am trying to build sample blink project by calling -
west build -p
Dear All,
I tried to install basic zephyr installation from the getting started page on windows.
Everything installed fine. When I am trying to build sample blink project by calling -
west build -p
|
By
Kashyap Gada <gada.kashyap@...>
·
#2246
·
|
|
ninja: error when build in the share fold of VM
#west
I execute ubuntu18 in VM and test zephyr project is successful
However, since the program cannot be transferred under win, do zephyr project in the shared folder
But, west cannot create the
I execute ubuntu18 in VM and test zephyr project is successful
However, since the program cannot be transferred under win, do zephyr project in the shared folder
But, west cannot create the
|
By
mfinmuch@...
·
#2245
·
|
|
Read out channels on ADC3
#stm32
#api
I'm running Zephyr OS on a stm32f429i-eval (similar to the stm32f429-disc1 except for the crystal).
I've enabled &adc1 in my dts overlay. I would have expected a &adc2 and &adc3 for the other adc
I'm running Zephyr OS on a stm32f429i-eval (similar to the stm32f429-disc1 except for the crystal).
I've enabled &adc1 in my dts overlay. I would have expected a &adc2 and &adc3 for the other adc
|
By
robin@...
·
#2244
·
|
|
Re: Problem with the NVS filesystem on
#nrf52840
#nvs
Are you in interruption context when trying to read/write in the callback ?
I doubt this is a good idea to access a filesystem from such place... (may sleep, may block...)
You should
Are you in interruption context when trying to read/write in the callback ?
I doubt this is a good idea to access a filesystem from such place... (may sleep, may block...)
You should
|
By
Arnaud Mouiche
·
#2243
·
|
|
Re: Problem with the NVS filesystem on
#nrf52840
#nvs
Update: if I write and read in a function without some condition (i.e button is pressed) works fine. The problem is when the write/read process is taking place to button_pressed callback function.
Update: if I write and read in a function without some condition (i.e button is pressed) works fine. The problem is when the write/read process is taking place to button_pressed callback function.
|
By
Nikos Karamolegkos
·
#2242
·
|
|
Problem with the NVS filesystem on
#nrf52840
#nvs
Hello again,
I am following the NVS sample to create my own code in order to write to the NVS filesystem. The idea is to change a uint8 variable in the NVS when the button is pressed. Therefore, when
Hello again,
I am following the NVS sample to create my own code in order to write to the NVS filesystem. The idea is to change a uint8 variable in the NVS when the button is pressed. Therefore, when
|
By
Nikos Karamolegkos
·
#2241
·
|
|
API meeting cancelled today
Hi all,
In order to focus on the release itself I have cancelled the API meeting today.
Next week it will take place as usual.
Regards,
Carles
Hi all,
In order to focus on the release itself I have cancelled the API meeting today.
Next week it will take place as usual.
Regards,
Carles
|
By
Carles Cufi
·
#2240
·
|
|
Re: #ble #hci #usb
#ble
#hci
#usb
Hi,
Zephyr open source controller does not support long range. The feature is under development by our contributors.
The missing supported commands may be a bug, but on quick review I could find
Hi,
Zephyr open source controller does not support long range. The feature is under development by our contributors.
The missing supported commands may be a bug, but on quick review I could find
|
By
Chettimada, Vinayak Kariappa
·
#2239
·
|
|
#ble #hci #usb
#ble
#hci
#usb
Hi,
I am new to Zephyr and I'm trying to expose the LE PHY setting to a RPI Linux Host system. The controller is an nrf52840 dongle acting as a HCI USB device. The dongle will interact with the BLuez
Hi,
I am new to Zephyr and I'm trying to expose the LE PHY setting to a RPI Linux Host system. The controller is an nrf52840 dongle acting as a HCI USB device. The dongle will interact with the BLuez
|
By
valens.dsilva@...
·
#2238
·
|
|
LIS2DW12 over SPI on nRF9160
#driver
#sensor
#spi
#lis2dw12
#nrf9160
Using: Windows 10, nRF Connect v3.5.0, SES v4.52, ncs v1.3.0, zephyr v2.3.0
I have a custom board based on the Nordic Thingy91 and the Asset Tracker application. There is also an LIS2DW12 present on
Using: Windows 10, nRF Connect v3.5.0, SES v4.52, ncs v1.3.0, zephyr v2.3.0
I have a custom board based on the Nordic Thingy91 and the Asset Tracker application. There is also an LIS2DW12 present on
|
By
p.swenson@...
·
#2237
·
Edited
|
|
Re: FIFO is not empty after getting all data items; reference pointer still points to another item
The reason that Zephyr does not copy the items to the list is that it offers primitives that copy them (message queues) and primitives that do not (FIFOs). Then you can use FIFOs if you have your own
The reason that Zephyr does not copy the items to the list is that it offers primitives that copy them (message queues) and primitives that do not (FIFOs). Then you can use FIFOs if you have your own
|
By
Carles Cufi
·
#2236
·
|
|
Re: FIFO is not empty after getting all data items; reference pointer still points to another item
Hi Carles,
thanks for your reply. This solved my problem.
But why does Zephyr not copy the items to the list? For me, there’s absolutely no reason to NOT copy data items to a queue . It runs
Hi Carles,
thanks for your reply. This solved my problem.
But why does Zephyr not copy the items to the list? For me, there’s absolutely no reason to NOT copy data items to a queue . It runs
|
By
Weber, Dominik <dominik.weber@...>
·
#2235
·
|