|
HCI_UART
Hey, Keep in mind that some Linux distros having a modemmanger. If you not having a blocking udev rule or uninstalling it, this piece of software will try to connect through your uart. Cheers Stefan
Hey, Keep in mind that some Linux distros having a modemmanger. If you not having a blocking udev rule or uninstalling it, this piece of software will try to connect through your uart. Cheers Stefan
|
By
Stefan Jaritz
· #5208
·
|
|
Zephyr Project using Eclipse
Morning, A bit tricky because Eclipse CDT integration of cmake is only available at the latest release and imho not very good. 1.) build from eclipse Simplest way: Use std. C Project. Under "C/C++ bui
Morning, A bit tricky because Eclipse CDT integration of cmake is only available at the latest release and imho not very good. 1.) build from eclipse Simplest way: Use std. C Project. Under "C/C++ bui
|
By
Stefan Jaritz
· #5383
·
|
|
How does Zephyr brings dts, kernel, driver & user app together?
Hej, I like to create an user app that uses 2 IC connected via I2C with my MCU. Doing this is a bit tricky because I am missing some documentation, that is describing how the whole process goes. My se
Hej, I like to create an user app that uses 2 IC connected via I2C with my MCU. Doing this is a bit tricky because I am missing some documentation, that is describing how the whole process goes. My se
|
By
Stefan Jaritz
· #5573
·
|
|
How does Zephyr brings dts, kernel, driver & user app together?
Hej ho Thanks Erwan for the reply. I checked the "dts/bindings/sensor/" dir to get an idea. If I get it right I need to create the files "xxx,codec1.yaml" and "xxx,codec2.yaml"? I don't like to dirty
Hej ho Thanks Erwan for the reply. I checked the "dts/bindings/sensor/" dir to get an idea. If I get it right I need to create the files "xxx,codec1.yaml" and "xxx,codec2.yaml"? I don't like to dirty
|
By
Stefan Jaritz
· #5575
·
|
|
How to enable DMA transfers for UART?
Hey, I am currently experimenting with ZephyrOS on different tasks. My base is an own dev board which has a stm32f4xx MCU that connects different ICs etc. via UART, I2C, SPI & GPIOs. Currently the UAR
Hey, I am currently experimenting with ZephyrOS on different tasks. My base is an own dev board which has a stm32f4xx MCU that connects different ICs etc. via UART, I2C, SPI & GPIOs. Currently the UAR
|
By
Stefan Jaritz
· #5803
·
|
|
How to enable DMA transfers for UART?
Hey I done a demo driver implementation: https://github.com/StefJar/zephyr_stm32_uart3_dma_driver Some problems I was facing: - DMA API: the current one doesn't support ring buffer setups - UART API:
Hey I done a demo driver implementation: https://github.com/StefJar/zephyr_stm32_uart3_dma_driver Some problems I was facing: - DMA API: the current one doesn't support ring buffer setups - UART API:
|
By
Stefan Jaritz
· #5829
·
|
|
Logging with a string via %s
Hey Lairdjm, Depending on you logging setup, the log of the string is done inside the "LOG_DBG" command or later. Later means, that your main function was already left and your local variables are gon
Hey Lairdjm, Depending on you logging setup, the log of the string is done inside the "LOG_DBG" command or later. Later means, that your main function was already left and your local variables are gon
|
By
Stefan Jaritz
· #5972
·
|
|
How to specify flash offset for a new board
As well CONFIG_FLASH_LOAD_OFFSET=0x20000 in proj.conf works fine for stm32f4xx MCUs
As well CONFIG_FLASH_LOAD_OFFSET=0x20000 in proj.conf works fine for stm32f4xx MCUs
|
By
Stefan Jaritz
· #6442
·
|
|
Pinmux override
Morning, As Erwan was telling, IMHO the pinmux variant is a good solution. For example if you doing power saving, you might power down parts of you pcb. Just image the case that you have a peripheral
Morning, As Erwan was telling, IMHO the pinmux variant is a good solution. For example if you doing power saving, you might power down parts of you pcb. Just image the case that you have a peripheral
|
By
Stefan Jaritz
· #6634
·
|