|
Using pwm and qenc on the same timer
#dts
Hi, I'm running a stm32 board and I want to use 2 PWMs and 1 qenc on the same timer. But I can't figure out how that is setup properly in the DTS. Below is what I got at the moment. It builds without
Hi, I'm running a stm32 board and I want to use 2 PWMs and 1 qenc on the same timer. But I can't figure out how that is setup properly in the DTS. Below is what I got at the moment. It builds without
|
By
eric.grimsholm@...
·
|
|
How to access the child nodes in a device tree (DTS) in Zephyr using DT_FOREACH_CHILD
2 messages
#dts
#nrf52
The results from previous code were OK, I think it's a bug in the debugger. I posted the details here [^]. BR.
The results from previous code were OK, I think it's a bug in the debugger. I posted the details here [^]. BR.
|
By
unsunk.ship@...
·
|
|
No binding for LIS3DH
#dts
I played with Zephyr back in 2018 -- I had a working setup with custom out-of-tree board for CJMCU8223 -- a Chinese thingy with NRF51. Some days ago, I decided to revive this setup and use it for a to
I played with Zephyr back in 2018 -- I had a working setup with custom out-of-tree board for CJMCU8223 -- a Chinese thingy with NRF51. Some days ago, I decided to revive this setup and use it for a to
|
By
Kiril Zyapkov
·
|
|
custom board
3 messages
#customboard
#dts
Hi there, The error message may have gotten lost in the rest of the output, but it describes what went wrong, a stack trace where it went wrong, and how to fix it: "wbasser via lists.zephyrproject.org
Hi there, The error message may have gotten lost in the rest of the output, but it describes what went wrong, a stack trace where it went wrong, and how to fix it: "wbasser via lists.zephyrproject.org
|
By
Bolivar, Marti
·
|
|
DeviceTree binding problem
2 messages
#dts
#customboard
Do you have a dts binding for compatible = “gpio”. - k
Do you have a dts binding for compatible = “gpio”. - k
|
By
Kumar Gala
·
|
|
#nrf5340 #dts
#nrf5340
#dts
Hello, I am getting this error Error: nrf5340pdk_nrf5340_cpuapp.dts.pre.tmp:710.1-6 Label or path temp not found when I try to load a project in SES v5.34a (File > Open nRF Connect SDK Project ...). H
Hello, I am getting this error Error: nrf5340pdk_nrf5340_cpuapp.dts.pre.tmp:710.1-6 Label or path temp not found when I try to load a project in SES v5.34a (File > Open nRF Connect SDK Project ...). H
|
By
Mohamed Belaroussi
·
|
|
MCUboot placed to immutable flash
2 messages
#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
·
|
|
Help on Devicetree aliases on eclipse
2 messages
#dts
#eclipse
#nrf52840
Hi there, Most of the questions you ask are covered in the DT documentation: https://docs.zephyrproject.org/latest/guides/dts/index.html# The macros are generated by a Python script at build time, see
Hi there, Most of the questions you ask are covered in the DT documentation: https://docs.zephyrproject.org/latest/guides/dts/index.html# The macros are generated by a Python script at build time, see
|
By
Carles Cufi
·
|
|
MCP2515 with nRF52832 using zephyr
2 messages
#dts
#nrf52832
I think you need a few more things turned on in your config file. To figure out what you need turned on I always use the menuconfig tool and diff the old and new .config files, then I take the changes
I think you need a few more things turned on in your config file. To figure out what you need turned on I always use the menuconfig tool and diff the old and new .config files, then I take the changes
|
By
Lawrence King
·
|
|
A question about configuring a USB virtual console in DTS?
2 messages
#dts
#defconfig
Hi, You can just remove virtualcom stuff, samples/subsys/usb/console/prj.conf should assign right console with: CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0" Best regards Andrei Emeltchenko
Hi, You can just remove virtualcom stuff, samples/subsys/usb/console/prj.conf should assign right console with: CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0" Best regards Andrei Emeltchenko
|
By
Andrei
·
|
|
Test if a given GPIO is interruptible
2 messages
#gpio
#dts
Hello again :) "leonardomt via Lists.Zephyrproject.Org" <leonardomt=gmail.com@...> writes: I would say that if the hardware supports interrupts, then the Zephyr GPIO driver for it
Hello again :) "leonardomt via Lists.Zephyrproject.Org" <leonardomt=gmail.com@...> writes: I would say that if the hardware supports interrupts, then the Zephyr GPIO driver for it
|
By
Bolivar, Marti
·
|
|
How to connect the LSM6DS0 sensor when using a custom board?
2 messages
#sensor
#dts
#defconfig
Hi Stefan, If your board selects HAS_DTS_I2C_DEVICE, then you should define CONFIG_LSM6DS0_I2C_MASTER_DEV_NAME and CONFIG_LSM6DS0_I2C_ADDR in your board dts.fixup file rather than myboard_defconfig. S
Hi Stefan, If your board selects HAS_DTS_I2C_DEVICE, then you should define CONFIG_LSM6DS0_I2C_MASTER_DEV_NAME and CONFIG_LSM6DS0_I2C_ADDR in your board dts.fixup file rather than myboard_defconfig. S
|
By
Maureen Helm
·
|