|
Timer with fixed interrupt period
Hi, The counter API provides exactly that: https://docs.zephyrproject.org/latest/reference/peripherals/counter.html Brgds, Brix -- Henrik Brix Andersen
Hi, The counter API provides exactly that: https://docs.zephyrproject.org/latest/reference/peripherals/counter.html Brgds, Brix -- Henrik Brix Andersen
|
By
Henrik Brix Andersen
· #2758
·
|
|
CANbus to USB using Zephyr ?
Hi, I was actually working on one a while back. It was not native USB, but used USB CDC-ACM for exposing an Serial-Line Discipline CAN (slcan) compatible interface. I will see if I can resurrect it an
Hi, I was actually working on one a while back. It was not native USB, but used USB CDC-ACM for exposing an Serial-Line Discipline CAN (slcan) compatible interface. I will see if I can resurrect it an
|
By
Henrik Brix Andersen
· #2531
·
|
|
Newbie question: K64F with SD card
Hi Dave, I take it you mean the Freedom K64F board? It is correct that the SD card controller of the K64F is not yet supported by Zephyr. There is an open issue regarding this: https://github.com/zeph
Hi Dave, I take it you mean the Freedom K64F board? It is correct that the SD card controller of the K64F is not yet supported by Zephyr. There is an open issue regarding this: https://github.com/zeph
|
By
Henrik Brix Andersen
· #2404
·
|
|
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 ‘dts’
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 ‘dts’
|
By
Henrik Brix Andersen
· #2324
·
|
|
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 inacti
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 inacti
|
By
Henrik Brix Andersen
· #2318
·
|
|
Help flashing Zephyr to a Reel bord
#reel_board
#flash
Hi, Did you remember to turn the board on using the power switch? Are any of the LEDs on the board lit? Yes. I have a couple of those boards. I have no issue with flashing them. Regards, Brix -- Henri
Hi, Did you remember to turn the board on using the power switch? Are any of the LEDs on the board lit? Yes. I have a couple of those boards. I have no issue with flashing them. Regards, Brix -- Henri
|
By
Henrik Brix Andersen
· #2263
·
|
|
Help flashing Zephyr to a Reel bord
#reel_board
#flash
Have you followed the instructions in https://docs.zephyrproject.org/latest/boards/arm/reel_board/doc/index.html#programming-and-debugging? Are you using the correct USB connector on the reel_board? Y
Have you followed the instructions in https://docs.zephyrproject.org/latest/boards/arm/reel_board/doc/index.html#programming-and-debugging? Are you using the correct USB connector on the reel_board? Y
|
By
Henrik Brix Andersen
· #2257
·
|
|
v2.4.0-rc1: Can't set GPIO pin output during pinmux initialization
Hi all, This problem is due to a change in the device initialisation: https://github.com/zephyrproject-rtos/zephyr/pull/28198 Regards, Brix -- Henrik Brix Andersen
Hi all, This problem is due to a change in the device initialisation: https://github.com/zephyrproject-rtos/zephyr/pull/28198 Regards, Brix -- Henrik Brix Andersen
|
By
Henrik Brix Andersen
· #2220
·
|
|
[Zephyr-devel] Community input on possible change to Discord from Slack
Hi all, I have never used Discord before, but I given it a quick try the last couple of days. My main concern is that Discord does not support threads (only quoting). This will cause all messages to g
Hi all, I have never used Discord before, but I given it a quick try the last couple of days. My main concern is that Discord does not support threads (only quoting). This will cause all messages to g
|
By
Henrik Brix Andersen
· #2121
·
|
|
Use different memory bank
Hi Antoine, Have you seen the instructions for code and data relocation in the Zephyr documentation? https://docs.zephyrproject.org/latest/guides/code-relocation.html Brix -- Henrik Brix Andersen
Hi Antoine, Have you seen the instructions for code and data relocation in the Zephyr documentation? https://docs.zephyrproject.org/latest/guides/code-relocation.html Brix -- Henrik Brix Andersen
|
By
Henrik Brix Andersen
· #2041
·
|
|
[Zephyr-devel] How to use BOARD_ROOT to define out-of-tree boards?
Hi, Was the typo intentional (“disoc” vs. “disco)? Otherwise, that may explain why your board definition was not picked up. Regards, Brix -- Henrik Brix Andersen
Hi, Was the typo intentional (“disoc” vs. “disco)? Otherwise, that may explain why your board definition was not picked up. Regards, Brix -- Henrik Brix Andersen
|
By
Henrik Brix Andersen
· #610
·
|