|
How to setup an UART with flow control (RTS&CTS )? 2 messages
#uart
#flowcontrol
#stm32
Hi Stefan There is a PR opened on this exact topic: https://github.com/zephyrproject-rtos/zephyr/pull/8306 I suggest you have a look. Hih Cheers Erwan
Hi Stefan There is a PR opened on this exact topic: https://github.com/zephyrproject-rtos/zephyr/pull/8306 I suggest you have a look. Hih Cheers Erwan
|
By
Erwan Gouriou
·
|
|
#stm32 pinmux.c compile failure STM32F407 2 messages
#stm32
Hello guys, for the board STM32F407 I want to add pin PA8 25 MHz clk output to Etherent Phy. So that I add the following sentence (1) HAL_RCC_MCOConfig(RCC_MCO1, RCC_MCO1SOURCE_HSE, RCC_MCODIV_1) into
Hello guys, for the board STM32F407 I want to add pin PA8 25 MHz clk output to Etherent Phy. So that I add the following sentence (1) HAL_RCC_MCOConfig(RCC_MCO1, RCC_MCO1SOURCE_HSE, RCC_MCODIV_1) into
|
By
nanjunneo@...
·
|
|
Using #stm32 HAL_TIM_xyz for counting pulses with timer in external clock mode 2 messages
#stm32
Hi Pauli, If you are able to do what you want with Cube HAL then, to interface with zephyr, you just need to redefine the HAL callback (defined as weak in HAL drivr) in your zephyr application. You ca
Hi Pauli, If you are able to do what you want with Cube HAL then, to interface with zephyr, you just need to redefine the HAL callback (defined as weak in HAL drivr) in your zephyr application. You ca
|
By
Erwan Gouriou
·
|
|
STM32 CAN bus driver issues 8 messages
#stm32
#can
Hi Josef To me, the problem look more like you didn’t include the CAN bus drivers when you built the kernel. Try running ‘make menuconfig’ and turning on the CAN bus, then rebuilding. Lawrence King Pr
Hi Josef To me, the problem look more like you didn’t include the CAN bus drivers when you built the kernel. Try running ‘make menuconfig’ and turning on the CAN bus, then rebuilding. Lawrence King Pr
|
By
Lawrence King
·
|
|
stm3210c_eval flashing via openocd dfu fails 2 messages
#stm32
#flash
I am trying Zephyr for first time and just want to get going on an example on an available evaluation board. I found a match for: https://docs.zephyrproject.org/latest/boards/arm/stm3210c_eval/doc/ind
I am trying Zephyr for first time and just want to get going on an example on an available evaluation board. I found a match for: https://docs.zephyrproject.org/latest/boards/arm/stm3210c_eval/doc/ind
|
By
PeterFromSwe
·
|
|
STM32F412 problem with full speed usb driver 2 messages
#stm32
#usb
Hi, Do you use a custom board based on stm32f412 SoC? Does the sample application "samples/subsys/usb/cdc_acm" works on your board? Yannis
Hi, Do you use a custom board based on stm32f412 SoC? Does the sample application "samples/subsys/usb/cdc_acm" works on your board? Yannis
|
By
Yannis Damigos
·
|
|
Example of how use UART to communicate with a LTE modem 14 messages
#uart
#stm32
Thank you Stefan, I'll take a look. I'll share here the simple code I'm doing but so far it is not working. The pins PA9 and PA10 of my STM32 are connected to an adapter to serial port (TX->RX, RX->TX
Thank you Stefan, I'll take a look. I'll share here the simple code I'm doing but so far it is not working. The pins PA9 and PA10 of my STM32 are connected to an adapter to serial port (TX->RX, RX->TX
|
By
Gustavo FN
·
|
|
offsets.c:25:24: fatal error: gen_offset.h: No such file or directory 2 messages
#stm32
Hi Stefan, Your logs suggest something is wrong with Kconfig or dtc, but I cannot reproduce it. I copied the hello_world folder into ZEPHYR_BASE/mysample and then built it for nucleo_f412zg without an
Hi Stefan, Your logs suggest something is wrong with Kconfig or dtc, but I cannot reproduce it. I copied the hello_world folder into ZEPHYR_BASE/mysample and then built it for nucleo_f412zg without an
|
By
Carles Cufi
·
|
|
Setting #uart parity to 'even' with #stm32 using device tree 2 messages
#uart
#stm32
Hello all, I have been doing development with stm32f103 (blue-pill) board - and it has the system bootloader burned in. The bootloader uses settings 115200, 1 stop, even parity [1]. I would like to ch
Hello all, I have been doing development with stm32f103 (blue-pill) board - and it has the system bootloader burned in. The bootloader uses settings 115200, 1 stop, even parity [1]. I would like to ch
|
By
Pauli
·
|
|
Switch between network interfaces during runtime (Offloaded modem/Ethernet) 2 messages
#driver
#networking
#stm32
#ethernet
#modem
Hi Zephyr Users, I wonder how I can make my app switch between which network interface it use during runtime. My idea is to automate the if-selection depending on which of the ifs that has a internet
Hi Zephyr Users, I wonder how I can make my app switch between which network interface it use during runtime. My idea is to automate the if-selection depending on which of the ifs that has a internet
|
By
John Johnson
·
|
|
STM32F412 problem with full speed usb driver #stm32 #usb - solved
#stm32
#usb
Hi guys, I have custom board. There was an error in my config with CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC parameter. I adjusted it to my PLL clock settings. Now everything works fine. Thanks for the feedb
Hi guys, I have custom board. There was an error in my config with CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC parameter. I adjusted it to my PLL clock settings. Now everything works fine. Thanks for the feedb
|
By
Stefan Jaritz
·
|
|
Read out channels on ADC3
#stm32
#api
I'm running Zephyr OS on a stm32f429i-eval (similar to the stm32f429-disc1 except for the crystal). I've enabled &adc1 in my dts overlay. I would have expected a &adc2 and &adc3 for the other adc peri
I'm running Zephyr OS on a stm32f429i-eval (similar to the stm32f429-disc1 except for the crystal). I've enabled &adc1 in my dts overlay. I would have expected a &adc2 and &adc3 for the other adc peri
|
By
robin@...
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0 3 messages
#networking
#driver
#ethernet
#stm32
Dear all, We try to run the net/sockets/packet sample on both, the Nucleo F746ZG and the H747I Discovery Board an run into the following issue with version 2.4.0 (works fine with 2.3.0 on F7): *** Boo
Dear all, We try to run the net/sockets/packet sample on both, the Nucleo F746ZG and the H747I Discovery Board an run into the following issue with version 2.4.0 (works fine with 2.3.0 on F7): *** Boo
|
By
andreas.eberhart@...
·
|
|
Problem with ARP source address
#ethernet
#stm32
Hi, I am using an STM32F4 board with an ENC28J60 (Ethernet over SPI chip) and am trying to get the net/sockets/http_get sample to work. To make it easier I use a static IP of google instead of DNS. Th
Hi, I am using an STM32F4 board with an ENC28J60 (Ethernet over SPI chip) and am trying to get the net/sockets/http_get sample to work. To make it easier I use a static IP of google instead of DNS. Th
|
By
tobias.roehmel@...
·
|
|
for board nucleo_f302r8, where "stm32f3xx.h" header file needs to be? 4 messages
#stm32
I'm running ~/zephyrproject/zephyr$ west build -p auto -b nucleo_f302r8 samples/basic/blinky What is the proper location of stm32f3xx.h? I got it within so called "STM32Cube MCU Package for STM32F3 Se
I'm running ~/zephyrproject/zephyr$ west build -p auto -b nucleo_f302r8 samples/basic/blinky What is the proper location of stm32f3xx.h? I got it within so called "STM32Cube MCU Package for STM32F3 Se
|
By
MaxMn
·
|
|
Going mad about I2C 5 messages
#i2c
#stm32
#nrf51822
Hi Roman, I was taking a look at the list and I've found something that may help you. Go to the link https://lists.zephyrproject.org/g/users/message/371 and check the solution. I think that maybe you
Hi Roman, I was taking a look at the list and I've found something that may help you. Go to the link https://lists.zephyrproject.org/g/users/message/371 and check the solution. I think that maybe you
|
By
...
·
|
|
cannot flash zephyr on stm32_min_dev_blue
#stm32
#flash
ninja flash [0/1] Flashing stm32_min_dev_blue -- west flash: using runner openocd -- runners.openocd: Flashing file: /home/amore/zephyrproject/zephyr/samples/basic/blinky/build/zephyr/zephyr.hex Open
ninja flash [0/1] Flashing stm32_min_dev_blue -- west flash: using runner openocd -- runners.openocd: Flashing file: /home/amore/zephyrproject/zephyr/samples/basic/blinky/build/zephyr/zephyr.hex Open
|
By
moreaniket219@...
·
|
|
Port for STM32F101RF 2 messages
#stm32
Ciao a tutti At the moment I am busy with a project which was built on a rather old STM32F101RF. Is there a Zephyr port available for it? I could not find anything in the sources. But I may have overl
Ciao a tutti At the moment I am busy with a project which was built on a rather old STM32F101RF. Is there a Zephyr port available for it? I could not find anything in the sources. But I may have overl
|
By
arve@...
·
|