|
Re: Configure microphones on ST Discovery kit IoT node
Hi,
I also tried these configurations, according to .dts specs:
- prj.conf:
CONFIG_DMA=y
- app.overlay:
/ {
};
&i2c4 {
};
But it doesn't compile:
Error: disco_l475_iot1.dts.pre.tmp:1939.55-56 syntax
Hi,
I also tried these configurations, according to .dts specs:
- prj.conf:
CONFIG_DMA=y
- app.overlay:
/ {
};
&i2c4 {
};
But it doesn't compile:
Error: disco_l475_iot1.dts.pre.tmp:1939.55-56 syntax
|
By
Daniele Bortoluzzi <danieleb88@...>
·
#2906
·
|
|
Security WG - meeting agenda, March 14
Hi everyone,
Following the proposed agenda for our next meeting:
- Kick off the group
- PSA crypto API adoption on Zephyr
p.s: I've broadcasted this email to several mailing lists just
Hi everyone,
Following the proposed agenda for our next meeting:
- Kick off the group
- PSA crypto API adoption on Zephyr
p.s: I've broadcasted this email to several mailing lists just
|
By
Flavio Ceolin
·
#2905
·
|
|
Use of __attribute__((uncached)) using the ARC toolchain
Hi, I am trying to make an array that would bypass cache. I declare it like this:
volatile __attribute__((aligned(64))) __attribute__((packed)) uint32_t __attribute__((uncached)) buffer[4] = {0}
After
Hi, I am trying to make an array that would bypass cache. I declare it like this:
volatile __attribute__((aligned(64))) __attribute__((packed)) uint32_t __attribute__((uncached)) buffer[4] = {0}
After
|
By
nikola.neskovic995@...
·
#2904
·
|
|
Security Working Group invitation
Hi everyone,
I'd like to invite anyone to join the new working group dedicated to
security on Zephyr. Information about meetings and mailing list can
be found
Hi everyone,
I'd like to invite anyone to join the new working group dedicated to
security on Zephyr. Information about meetings and mailing list can
be found
|
By
Flavio Ceolin
·
#2903
·
|
|
Re: Zephyr Example Application cannot be built
Hey,
I did not try to build myself, but after quickly looking into your code, I have
a few ideas, you could give a try:
The dts/bindings filenames are missing your `x`.
Hey,
I did not try to build myself, but after quickly looking into your code, I have
a few ideas, you could give a try:
The dts/bindings filenames are missing your `x`.
|
By
Jonathan Hahn
·
#2902
·
|
|
Zephyr Example Application cannot be built
Hi,
I would like to develop an out-of-tree driver and there is an example provided in zephyrproject-rtos github(https://github.com/zephyrproject-rtos/example-application).
I have followed the
Hi,
I would like to develop an out-of-tree driver and there is an example provided in zephyrproject-rtos github(https://github.com/zephyrproject-rtos/example-application).
I have followed the
|
By
lau kc <kclauah@...>
·
#2901
·
|
|
Configure microphones on ST Discovery kit IoT node
Hi,
I'm Bortoluzzi Daniele, and I'm developing, for my master's thesis with University of Turin, a project using platformio and zephyr, helped by my thesis advisor and co-supervisor.
I would like to
Hi,
I'm Bortoluzzi Daniele, and I'm developing, for my master's thesis with University of Turin, a project using platformio and zephyr, helped by my thesis advisor and co-supervisor.
I would like to
|
By
Daniele Bortoluzzi <danieleb88@...>
·
#2900
·
|
|
Re: Configure BLE Module on STEVAL-MKSBOX1V1
I noticed that specific code too, and I agreed with you that probably we should adapt hci_spi driver.
Unfortunately, at the moment, it's out of scope for my thesis, because I don't have too much time
I noticed that specific code too, and I agreed with you that probably we should adapt hci_spi driver.
Unfortunately, at the moment, it's out of scope for my thesis, because I don't have too much time
|
By
Daniele Bortoluzzi <danieleb88@...>
·
#2899
·
|
|
The wrong project conf file is merged in .config
#nrf52
Hello,
I am using nRF52833 Soc with nRF Connect SDK v1.7.0 and SES (Nordic Edition) v5.6.0 (64-bit).
I have two project configuration files prj_debug.conf and prj_release.conf
I switch between the two
Hello,
I am using nRF52833 Soc with nRF Connect SDK v1.7.0 and SES (Nordic Edition) v5.6.0 (64-bit).
I have two project configuration files prj_debug.conf and prj_release.conf
I switch between the two
|
By
Mohamed Belaroussi
·
#2898
·
|
|
Re: Problems setting up ethernet mac address on STM32H753ZI
PR has been submitted now.
By the way:
The change of the mac address works fine now and the new one will be used consequently now by the whole network stack.
Thanks a lot.
Von: Jukka
PR has been submitted now.
By the way:
The change of the mac address works fine now and the new one will be used consequently now by the whole network stack.
Thanks a lot.
Von: Jukka
|
By
Weiberg, Bernd
·
#2897
·
|
|
Re: Problems setting up ethernet mac address on STM32H753ZI
Hi Bernd,
Indeed, the code should return the value of "ret" variable. Would you be able to send a PR that fixes the issue?
Cheers,
Jukka
Hi Bernd,
Indeed, the code should return the value of "ret" variable. Would you be able to send a PR that fixes the issue?
Cheers,
Jukka
|
By
Jukka Rissanen
·
#2896
·
|
|
Re: Problems setting up ethernet mac address on STM32H753ZI
Hi Jukka,
thanks for hat good advice!
I have tried to change the mac address using the net_mgmt API as it can be found in the example you suggested.
net_mgmt(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS,
Hi Jukka,
thanks for hat good advice!
I have tried to change the mac address using the net_mgmt API as it can be found in the example you suggested.
net_mgmt(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS,
|
By
Weiberg, Bernd
·
#2895
·
|
|
Re: Configure BLE Module on STEVAL-MKSBOX1V1
If you look at code under BT_SPI_BLUENRG, you'll see that it proposes some specific code that
was required to add on top of bare hci_spi driver to get the module working.
I haven't add a look to
If you look at code under BT_SPI_BLUENRG, you'll see that it proposes some specific code that
was required to add on top of bare hci_spi driver to get the module working.
I haven't add a look to
|
By
Erwan Gouriou
·
#2894
·
|
|
Re: Problems setting up ethernet mac address on STM32H753ZI
Hi Bernd,
when chaning the MAC from the application, you should use the net_mgmt API so that the Ethernet driver knows that the link address is changed.
See for example
Hi Bernd,
when chaning the MAC from the application, you should use the net_mgmt API so that the Ethernet driver knows that the link address is changed.
See for example
|
By
Jukka Rissanen
·
#2893
·
|
|
Re: Global scheduler suspend
Never mind: my motivation was to find a scheduler-suspension mechanism that works in the same way between Zephyr and FreeRTOS (since our code runs on both), and I thought the two were different but
Never mind: my motivation was to find a scheduler-suspension mechanism that works in the same way between Zephyr and FreeRTOS (since our code runs on both), and I thought the two were different but
|
By
Rob Meades
·
#2892
·
|
|
Global scheduler suspend
Apologies if I've missed this in the documentation but I'm looking for a way to suspend the Zephyr scheduler so that my task is not descheduled under any circumstances (until I re-enable the
Apologies if I've missed this in the documentation but I'm looking for a way to suspend the Zephyr scheduler so that my task is not descheduled under any circumstances (until I re-enable the
|
By
Rob Meades
·
#2891
·
|
|
Zephyr SDK 0.14.0-beta1 Release
Hi,
Zephyr SDK 0.14.0-beta1 has been released.
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.14.0-beta1
This is the first Zephyr SDK release to support all three major host
Hi,
Zephyr SDK 0.14.0-beta1 has been released.
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.14.0-beta1
This is the first Zephyr SDK release to support all three major host
|
By
Stephanos Ioannidis
·
#2890
·
|
|
Problems setting up ethernet mac address on STM32H753ZI
Dear Users,
currently I have some trouble setting the ethernet MAC Address on an NUCLEO-H753ZI Board.
After setting the MAC address I got some strange behavior:
When I try to ping my notebook from
Dear Users,
currently I have some trouble setting the ethernet MAC Address on an NUCLEO-H753ZI Board.
After setting the MAC address I got some strange behavior:
When I try to ping my notebook from
|
By
Weiberg, Bernd
·
#2889
·
|
|
Re: Configure BLE Module on STEVAL-MKSBOX1V1
Hi Erwan,
thank you for the response.
We are using sensortile.box with SPBTLE-1S BLE v4.2 connectivity. In fact we are currently don't use BT_SPI_BLUENRG config.
What do you suggest us to integrate
Hi Erwan,
thank you for the response.
We are using sensortile.box with SPBTLE-1S BLE v4.2 connectivity. In fact we are currently don't use BT_SPI_BLUENRG config.
What do you suggest us to integrate
|
By
Daniele Bortoluzzi <danieleb88@...>
·
#2888
·
|
|
Re: Configure BLE Module on STEVAL-MKSBOX1V1
Hello Daniele,
You're globally in the right direction, but please note that stm32l562_dk actually uses a SPBTLE-RFTR module, based on BlueNRG-MS (BLE v4.1).
SensorTile board use, depending on
Hello Daniele,
You're globally in the right direction, but please note that stm32l562_dk actually uses a SPBTLE-RFTR module, based on BlueNRG-MS (BLE v4.1).
SensorTile board use, depending on
|
By
Erwan Gouriou
·
#2887
·
|