|
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@...
· #2419
·
|
|
Switch between network interfaces during runtime (Offloaded modem/Ethernet)
#driver
#networking
#stm32
#ethernet
#modem
Hi John, do you need both interfaces be up all the time? If you do not, then simplest way is to take the other interface down. The stack selects the network interface according to destination IP addre
Hi John, do you need both interfaces be up all the time? If you do not, then simplest way is to take the other interface down. The stack selects the network interface according to destination IP addre
|
By
Jukka Rissanen
· #2358
·
|
|
Switch between network interfaces during runtime (Offloaded modem/Ethernet)
#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
· #2352
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Andreas, Can you bisect this to narrow down where things stopped working for you? David
Andreas, Can you bisect this to narrow down where things stopped working for you? David
|
By
David Leach
· #2265
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Dejavu, I think I have seen this question before. I don’t have a H7 or F7, but I remember a similar question was posted in April. Here is what it said, unfortunately there was no follow up to say if t
Dejavu, I think I have seen this question before. I don’t have a H7 or F7, but I remember a similar question was posted in April. Here is what it said, unfortunately there was no follow up to say if t
|
By
Lawrence King
· #2252
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#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@...
· #2251
·
|
|
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@...
· #2244
·
|
|
for board nucleo_f302r8, where "stm32f3xx.h" header file needs to be?
#stm32
Bingo! Thanks, Erwan I'm watching now how "west update" is fetching repositories. stm32f3xx.h (and a lot more) are in https://github.com/zephyrproject-rtos/hal_stm32/tree/master/stm32cube/stm32f3xx/so
Bingo! Thanks, Erwan I'm watching now how "west update" is fetching repositories. stm32f3xx.h (and a lot more) are in https://github.com/zephyrproject-rtos/hal_stm32/tree/master/stm32cube/stm32f3xx/so
|
By
MaxMn
· #1936
·
|
|
for board nucleo_f302r8, where "stm32f3xx.h" header file needs to be?
#stm32
You might just miss a "west update".
You might just miss a "west update".
|
By
Erwan Gouriou
· #1935
·
|
|
for board nucleo_f302r8, where "stm32f3xx.h" header file needs to be?
#stm32
Hi, just tried it and it works fine on my system. are the modules installed? You could check using: west list | grep hal_stm32 Best regards, Yannis
Hi, just tried it and it works fine on my system. are the modules installed? You could check using: west list | grep hal_stm32 Best regards, Yannis
|
By
Yannis Damigos
· #1934
·
|
|
for board nucleo_f302r8, where "stm32f3xx.h" header file needs to be?
#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
· #1933
·
|
|
Setting #uart parity to 'even' with #stm32 using device tree
#uart
#stm32
Dear all, if somebody tumbles here with google about the parity, i found no way to do it from device tree, but 8-databits, even parity, 1 stopbit seems to work in my case with patch pasted below. Ther
Dear all, if somebody tumbles here with google about the parity, i found no way to do it from device tree, but 8-databits, even parity, 1 stopbit seems to work in my case with patch pasted below. Ther
|
By
Pauli
· #1877
·
|
|
Setting #uart parity to 'even' with #stm32 using device tree
#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
· #1872
·
|
|
Using #stm32 HAL_TIM_xyz for counting pulses with timer in external clock mode
#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
· #1811
·
|
|
Using #stm32 HAL_TIM_xyz for counting pulses with timer in external clock mode
#stm32
Dear all, I am doing silly motor driver for worm-gear dc-motor with stm32f411e-disco board (and L298). The dc-motor has HAL-sensor for feedback - providing raising/lowering edge for every turn. Now, a
Dear all, I am doing silly motor driver for worm-gear dc-motor with stm32f411e-disco board (and L298). The dc-motor has HAL-sensor for feedback - providing raising/lowering edge for every turn. Now, a
|
By
Pauli
· #1810
·
|
|
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@...
· #1793
·
|
|
#stm32 pinmux.c compile failure STM32F407
#stm32
Hi Neo I'd advise you to have a look to STM32 clock control driver. It provides MCO support. It might not provide exactly the requested configuration, but at least it would be a working point that you
Hi Neo I'd advise you to have a look to STM32 clock control driver. It provides MCO support. It might not provide exactly the requested configuration, but at least it would be a working point that you
|
By
Erwan Gouriou
· #1776
·
|
|
#stm32 pinmux.c compile failure STM32F407
#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@...
· #1774
·
|
|
stm3210c_eval flashing via openocd dfu fails
#stm32
#flash
Adding Erwan to see if he might have some insight. - k
Adding Erwan to see if he might have some insight. - k
|
By
Kumar Gala
· #1409
·
|
|
stm3210c_eval flashing via openocd dfu fails
#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
· #1406
·
|