|
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
·
|
|
Private: Re: [Zephyr-users] SPI2 definition is not found for STM32L476 device tree. How to add?
-------- Forwarded Message -------- Subject: Private: Re: [Zephyr-users] SPI2 definition is not found for STM32L476 device tree. How to add? Date: Fri, 27 Dec 2019 15:40:46 -0800 From: yasokada@gmail.
-------- Forwarded Message -------- Subject: Private: Re: [Zephyr-users] SPI2 definition is not found for STM32L476 device tree. How to add? Date: Fri, 27 Dec 2019 15:40:46 -0800 From: yasokada@gmail.
|
By
Yannis Damigos
· #1821
·
|
|
SPI2 definition is not found for STM32L476 device tree. How to add?
Hi, You don't need to add it. It exists in dts/arm/st/l4/stm32l471.dtsi To enable it just add the following in nucleo_l476rg.dts or an overlay file: &spi2 { status = "okay"; }; Yannis
Hi, You don't need to add it. It exists in dts/arm/st/l4/stm32l471.dtsi To enable it just add the following in nucleo_l476rg.dts or an overlay file: &spi2 { status = "okay"; }; Yannis
|
By
Yannis Damigos
· #1820
·
|
|
STM32F412 problem with full speed usb driver
#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
· #976
·
|
|
Going mad about I2C
#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
· #750
·
|
|
USB HID sample
Hi Joe, I will try to test the sample on my boards in the next days. The default HID endpoint is 0x81. Is it configured? Best regards, Yannis
Hi Joe, I will try to test the sample on my boards in the next days. The default HID endpoint is 0x81. Is it configured? Best regards, Yannis
|
By
Yannis Damigos
· #671
·
|
|
USB on STM32
Hi Joe, please consider creating a PR to enable USB on nucleo_f411re. Best Regards, Yannis
Hi Joe, please consider creating a PR to enable USB on nucleo_f411re. Best Regards, Yannis
|
By
Yannis Damigos
· #662
·
|
|
USB on STM32
Hi Joe, USB is not enabled on nucleo_f411re. It should be easy to enable it. Check the following link https://github.com/zephyrproject-rtos/zephyr/pull/6535/files Best regards, Yannis
Hi Joe, USB is not enabled on nucleo_f411re. It should be easy to enable it. Check the following link https://github.com/zephyrproject-rtos/zephyr/pull/6535/files Best regards, Yannis
|
By
Yannis Damigos
· #660
·
|
|
I2C on nucleo L476RG
Hi Nicolas, did you also update dts.fixup file in boards directory? Best regards, Yannis
Hi Nicolas, did you also update dts.fixup file in boards directory? Best regards, Yannis
|
By
Yannis Damigos
· #248
·
|
|
I2c problem on 96b Carbon.
Hi, I just test I2C_1 using the latest master branch. I am driving an oled display using I2C_1 on 96b_carbon just fine in both interrupt and polling modes. Does interrupt mode works for you? Yannis
Hi, I just test I2C_1 using the latest master branch. I am driving an oled display using I2C_1 on 96b_carbon just fine in both interrupt and polling modes. Does interrupt mode works for you? Yannis
|
By
Yannis Damigos
· #128
·
|
|
I2c problem on 96b Carbon.
I don't think the problem is in i2c_burst_read. If you check the driver code, STM32 I2C driver doesn't use msg.flags to generate a stop condition. I tested the I2C driver on olimexino_stm32 (stm32f103
I don't think the problem is in i2c_burst_read. If you check the driver code, STM32 I2C driver doesn't use msg.flags to generate a stop condition. I tested the I2C driver on olimexino_stm32 (stm32f103
|
By
Yannis Damigos
· #104
·
|
|
I2c problem on 96b Carbon.
Hi, You are right, the first `if` with `data.len = 1` should be nack and not ack (probably I made a typo during driver development). In case a single byte has to be received, the Acknowledge disable i
Hi, You are right, the first `if` with `data.len = 1` should be nack and not ack (probably I made a typo during driver development). In case a single byte has to be received, the Acknowledge disable i
|
By
Yannis Damigos
· #102
·
|
|
STM32F4 clock problem
<andreas.koelbl@...> wrote: Hi Andreas, The default values could be wrong. Using the Clock configuration tool for STM32F40x/41x microcontrollers (AN3988) from http://www.st.com/conten
<andreas.koelbl@...> wrote: Hi Andreas, The default values could be wrong. Using the Clock configuration tool for STM32F40x/41x microcontrollers (AN3988) from http://www.st.com/conten
|
By
Yannis Damigos
· #91
·
|
|
device tree
Hi Max, <massimiliano.cialdi@...> wrote: Currently, there is no support for out-of-tree board definitions (see https://jira.zephyrproject.org/browse/ZEP-150). If you want to add support for y
Hi Max, <massimiliano.cialdi@...> wrote: Currently, there is no support for out-of-tree board definitions (see https://jira.zephyrproject.org/browse/ZEP-150). If you want to add support for y
|
By
Yannis Damigos
· #90
·
|