|
Re: Nucleo STM32F411RE PWM support
Hello,
I've added the pin PA8 to PWM of timers1:
timers1: timers@40010000 {
status = "okay";
pwm {
status =
Hello,
I've added the pin PA8 to PWM of timers1:
timers1: timers@40010000 {
status = "okay";
pwm {
status =
|
By
Florian Hester
·
#2333
·
|
|
Add custom code
Dear community,
ist it possible to add my own file.c , file.h code to my zephyr project? If yes, how can i do that? Any examples or tutorial?
Thanks in advance
sarvg
Dear community,
ist it possible to add my own file.c , file.h code to my zephyr project? If yes, how can i do that? Any examples or tutorial?
Thanks in advance
sarvg
|
By
sarvg@...
·
#2332
·
|
|
Re: Nucleo STM32F411RE PWM support
Hi Florian,
You also need to configure a pin, something like:
&timers2 {
status = "okay";
pwm2: pwm {
status = "okay";
+ pinctrl-0 = <&tim2_ch1_pwm_pa5>;
Hi Florian,
You also need to configure a pin, something like:
&timers2 {
status = "okay";
pwm2: pwm {
status = "okay";
+ pinctrl-0 = <&tim2_ch1_pwm_pa5>;
|
By
Erwan Gouriou
·
#2331
·
|
|
Re: Nucleo STM32F411RE PWM support
Hello,
I have used the following overlay:
/ {
soc {
timers1: timers@40010000 {
status = "okay";
pwm
Hello,
I have used the following overlay:
/ {
soc {
timers1: timers@40010000 {
status = "okay";
pwm
|
By
Florian Hester
·
#2330
·
|
|
Re: Nucleo STM32F411RE PWM support
Hi Florian,
have you set status of the appropriate Timer & PWM device to "okay"? Have you activated the PWM driver in Zephyr Menu Config? Have you successfully got device binding in the source code?
Hi Florian,
have you set status of the appropriate Timer & PWM device to "okay"? Have you activated the PWM driver in Zephyr Menu Config? Have you successfully got device binding in the source code?
|
By
Adam Podogrocki
·
#2329
·
|
|
Nucleo STM32F411RE PWM support
Hello,
When i look at the documentation of the Nucleo F411RE board at:
https://docs.zephyrproject.org/latest/boards/arm/nucleo_f411re/doc/index.html
I can see PWM as a supported feature. However,
Hello,
When i look at the documentation of the Nucleo F411RE board at:
https://docs.zephyrproject.org/latest/boards/arm/nucleo_f411re/doc/index.html
I can see PWM as a supported feature. However,
|
By
Florian Hester
·
#2328
·
|
|
Adding linker options
I would like to add a linker option (-Xlinker --wrap=blah) to my Zephyr build, without editing the main Zephyr files, just append some to the usual linker options for my specific build.
How would I
I would like to add a linker option (-Xlinker --wrap=blah) to my Zephyr build, without editing the main Zephyr files, just append some to the usual linker options for my specific build.
How would I
|
By
Rob Meades
·
#2327
·
|
|
API meeting: agenda
Hi all,
Agenda for tomorrow.
- API and component naming conventions
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/29569
- New cbprintf family of functions:
- PR:
Hi all,
Agenda for tomorrow.
- API and component naming conventions
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/29569
- New cbprintf family of functions:
- PR:
|
By
Carles Cufi
·
#2326
·
|
|
Re: Using an external DTS binding for an out-of-tree driver
Thanks for both the replies. I was looking initially in the "Devicetree HOWTOs", would never remember to look in custom board related documentation. I had already tried to reply Kumar, by using
Thanks for both the replies. I was looking initially in the "Devicetree HOWTOs", would never remember to look in custom board related documentation. I had already tried to reply Kumar, by using
|
By
Diogo Correia
·
#2325
·
|
|
Re: Using an external DTS binding for an out-of-tree driver
Hi Diogo,
Please have a look at the documentation for creating custom devicetree definitions:
https://docs.zephyrproject.org/latest/application/index.html#devicetree-definitions
You can put the
Hi Diogo,
Please have a look at the documentation for creating custom devicetree definitions:
https://docs.zephyrproject.org/latest/application/index.html#devicetree-definitions
You can put the
|
By
Henrik Brix Andersen
·
#2324
·
|
|
Re: Using an external DTS binding for an out-of-tree driver
Have you looked
By
Kumar Gala
·
#2323
·
|
|
Using an external DTS binding for an out-of-tree driver
Hi!
I'm developing an out-of-tree driver for Zephyr, that I would like to configure using the board overlay file (just like a normal driver in Zephyr). Is there a way to add an external DTS binding
Hi!
I'm developing an out-of-tree driver for Zephyr, that I would like to configure using the board overlay file (just like a normal driver in Zephyr). Is there a way to add an external DTS binding
|
By
Diogo Correia
·
#2322
·
Edited
|
|
How to read and write GPIO pins on nRF5340
#gpio
Hello,
Can someone please tell how to read/write to GPIO pins (ports P0 and P1)?
I am using zephyr and NRF Connect v1.30
Thank you.
Kind regards
Mohamed Belaroussi
Hello,
Can someone please tell how to read/write to GPIO pins (ports P0 and P1)?
I am using zephyr and NRF Connect v1.30
Thank you.
Kind regards
Mohamed Belaroussi
|
By
Mohamed Belaroussi
·
#2321
·
|
|
CPU frequency and RISC-V boards
Dear community,
how is the CPU frequency configured in zephyr? I found `clock-frequency`
configurations for `cpu0` in different device tree source files. This is
missing for hifive1_revb or
Dear community,
how is the CPU frequency configured in zephyr? I found `clock-frequency`
configurations for `cpu0` in different device tree source files. This is
missing for hifive1_revb or
|
By
Peter Kietzmann <peter.kietzmann@...>
·
#2320
·
|
|
Re: Cortex support for OpenISA VEGAboard?
Thanks for the fast response, Henrik!
Best
Peter
Am 04.11.20 um 23:51 schrieb Henrik Brix Andersen:
--
Peter Kietzmann
Hamburg University of Applied Sciences
Dept. Informatik, Internet
Thanks for the fast response, Henrik!
Best
Peter
Am 04.11.20 um 23:51 schrieb Henrik Brix Andersen:
--
Peter Kietzmann
Hamburg University of Applied Sciences
Dept. Informatik, Internet
|
By
Peter Kietzmann <peter.kietzmann@...>
·
#2319
·
|
|
Re: Cortex support for OpenISA VEGAboard?
Hi Peter,
Until recently there was an open draft PR adding support for the CM4 core within the RV32M1:
https://github.com/zephyrproject-rtos/zephyr/pull/27497
Unfortunately it was closed due to
Hi Peter,
Until recently there was an open draft PR adding support for the CM4 core within the RV32M1:
https://github.com/zephyrproject-rtos/zephyr/pull/27497
Unfortunately it was closed due to
|
By
Henrik Brix Andersen
·
#2318
·
|
|
Cortex support for OpenISA VEGAboard?
Dear community,
is there support for operating the OpenISA VEGAboard with the Cortex M4F
or Cortex M0+ processors? If yes, can someone point me to the
development procedure? If no, is anyone working
Dear community,
is there support for operating the OpenISA VEGAboard with the Cortex M4F
or Cortex M0+ processors? If yes, can someone point me to the
development procedure? If no, is anyone working
|
By
peter.kietzmann@...
·
#2317
·
|
|
Re: set a pin as out
Hi Sarvg,
To configure a pin in a gpio mode, please have a look to the gpio API (you'll find exemples under tests/drivers/gpio)
Chevets
Erwan
Hi Sarvg,
To configure a pin in a gpio mode, please have a look to the gpio API (you'll find exemples under tests/drivers/gpio)
Chevets
Erwan
|
By
Erwan Gouriou
·
#2316
·
|
|
Re: MCUboot placed to immutable flash
#nrf52840
#crypto
#dts
In general, that's left as an exercise for the user, as far as I know.
"Nikos Karamolegkos via lists.zephyrproject.org"
<nkaram=ics.forth.gr@...> writes:
In general, that's left as an exercise for the user, as far as I know.
"Nikos Karamolegkos via lists.zephyrproject.org"
<nkaram=ics.forth.gr@...> writes:
|
By
Bolivar, Marti
·
#2315
·
|
|
set a pin as out
Hello,
How can i set an gpio pin as output? Is there any examples or tutorials for this?
For example
PIN: PB_12 in St nucleo H743zi2
Thanks for your help
sarvg
Hello,
How can i set an gpio pin as output? Is there any examples or tutorials for this?
For example
PIN: PB_12 in St nucleo H743zi2
Thanks for your help
sarvg
|
By
sarvg@...
·
#2314
·
|