|
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@...
·
|
|
Switch between network interfaces during runtime (Offloaded modem/Ethernet) 2 messages
#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
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0 3 messages
#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
·
|
|
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@...
·
|
|
for board nucleo_f302r8, where "stm32f3xx.h" header file needs to be? 4 messages
#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
·
|
|
Setting #uart parity to 'even' with #stm32 using device tree 2 messages
#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
·
|
|
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
·
|
|
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@...
·
|
|
#stm32 pinmux.c compile failure STM32F407 2 messages
#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
·
|
|
stm3210c_eval flashing via openocd dfu fails 2 messages
#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
·
|
|
STM32 CAN bus driver issues 8 messages
#stm32
#can
*Root directory = project folder
*Root directory = project folder
|
By
...
·
|
|
Example of how use UART to communicate with a LTE modem 14 messages
#uart
#stm32
Hello,
By
Paul Sokolovsky
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
Going mad about I2C 5 messages
#i2c
#stm32
#nrf51822
Hi Roman, you need to update boards pinmux.c file to add the I2C pins. You could check olimexino_stm32 board's pinmux file for reference. Yannis https://github.com/zephyrproject-rtos/zephyr/tree/d6e3f
Hi Roman, you need to update boards pinmux.c file to add the I2C pins. You could check olimexino_stm32 board's pinmux file for reference. Yannis https://github.com/zephyrproject-rtos/zephyr/tree/d6e3f
|
By
Yannis Damigos
·
|