|
USB console sample not working with STM32F070
Hi Martin, I enabled usb node in stm32f072b_disco board device tree file and the generated output was fine. Try to base your board's configuration files on stm32f072b_disco. Yannis
Hi Martin, I enabled usb node in stm32f072b_disco board device tree file and the generated output was fine. Try to base your board's configuration files on stm32f072b_disco. Yannis
|
By
Yannis Damigos
· #4894
·
|
|
USB console sample not working with STM32F070
Hi You need to enable the usb device in boards device tree file: &usb { status = "ok"; }; Please consider creating a pull request if it works. Yannis
Hi You need to enable the usb device in boards device tree file: &usb { status = "ok"; }; Please consider creating a pull request if it works. Yannis
|
By
Yannis Damigos
· #4892
·
|
|
Has anyone used the USB HS port used as a USB FS on STM32F4?
Thanks for the pointers. I updated my tree accordingly. Yannis
Thanks for the pointers. I updated my tree accordingly. Yannis
|
By
Yannis Damigos
· #4862
·
|
|
Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi Jun, thanks for testing. Why do you enable the clocks in low power mode? Line 260 in my tree LL_AHB1_GRP1_DisableClock(LL_AHB1_GRP1_PERIPH_OTGHSULPI); disables ULPI clock. OTG_HS clock is enabled b
Hi Jun, thanks for testing. Why do you enable the clocks in low power mode? Line 260 in my tree LL_AHB1_GRP1_DisableClock(LL_AHB1_GRP1_PERIPH_OTGHSULPI); disables ULPI clock. OTG_HS clock is enabled b
|
By
Yannis Damigos
· #4859
·
|
|
Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi Aurelien, Thanks for reviewing it. Strange. STM32F72xxx SoC reference manual mentions an on-chip full-speed PHY. Fixed. I agree. That's why I am trying to find a way to define the PHYs (maybe in de
Hi Aurelien, Thanks for reviewing it. Strange. STM32F72xxx SoC reference manual mentions an on-chip full-speed PHY. Fixed. I agree. That's why I am trying to find a way to define the PHYs (maybe in de
|
By
Yannis Damigos
· #4858
·
|
|
Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi Jun and Aurelien, I created the following branch in my repository to add support for OTG HS: https://github.com/ydamigos/zephyr/commits/stm32_otg_hs It was tested on stm32f429 SoC by Jun and on STM
Hi Jun and Aurelien, I created the following branch in my repository to add support for OTG HS: https://github.com/ydamigos/zephyr/commits/stm32_otg_hs It was tested on stm32f429 SoC by Jun and on STM
|
By
Yannis Damigos
· #4854
·
|
|
Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi Jun, I' ll check the file and try to find a way to integrate it in the usb_dc_stm32 driver. I' ll try to do it asap but as I work on zephyr on my free time, it may take a while. Yannis
Hi Jun, I' ll check the file and try to find a way to integrate it in the usb_dc_stm32 driver. I' ll try to do it asap but as I work on zephyr on my free time, it may take a while. Yannis
|
By
Yannis Damigos
· #4851
·
|
|
Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi Jun, I haven't checked the USB_OTG_HS in STM32Cube and I don't know if it will work out of the box with the usb_dc_stm32 driver. Probably not. We need to create a second instance of a "USB device"
Hi Jun, I haven't checked the USB_OTG_HS in STM32Cube and I don't know if it will work out of the box with the usb_dc_stm32 driver. Probably not. We need to create a second instance of a "USB device"
|
By
Yannis Damigos
· #4849
·
|
|
Has anyone used the USB HS port used as a USB FS on STM32F4?
I misunderstood the question. I thought that OTG FS was mapped to PB14 / PB15. I didn't tested usb_dc_stm32 using OTG_HS PHY. Yannis
I misunderstood the question. I thought that OTG FS was mapped to PB14 / PB15. I didn't tested usb_dc_stm32 using OTG_HS PHY. Yannis
|
By
Yannis Damigos
· #4847
·
|
|
Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi, STM32F429 SoCs support OTG FS USB. Check 96b_carbon board as a reference to enable it. You should also configure pinmux for PB14 and PB15. Regards, Yannis
Hi, STM32F429 SoCs support OTG FS USB. Check 96b_carbon board as a reference to enable it. You should also configure pinmux for PB14 and PB15. Regards, Yannis
|
By
Yannis Damigos
· #4845
·
|
|
Core407V STM32F407VET6 Board Definition
Hi Waren, CONFIG_GPIO_STM32=n in your core407v_stm32f407_defconfig disables the STM32 gpio driver. Yannis https://www.waveshare.com/wiki/Core407V using the core407v_stm32f407), someone (core407.tar.gz
Hi Waren, CONFIG_GPIO_STM32=n in your core407v_stm32f407_defconfig disables the STM32 gpio driver. Yannis https://www.waveshare.com/wiki/Core407V using the core407v_stm32f407), someone (core407.tar.gz
|
By
Yannis Damigos
· #2125
·
|
|
Core407V STM32F407VET6 Board Definition Help Needed
them in Kconfig.defconfig.stm32f407xx as: undefined, or is the following acceptable also: You could disable unsupported ports in your boards Kconfig.defconfig file. E.g.: if GPIO config GPIO_STM32_POR
them in Kconfig.defconfig.stm32f407xx as: undefined, or is the following acceptable also: You could disable unsupported ports in your boards Kconfig.defconfig file. E.g.: if GPIO config GPIO_STM32_POR
|
By
Yannis Damigos
· #2050
·
|
|
Core407V STM32F407VET6 Board Definition Help Needed
Hi Warren, in your _defconfig file you set "CONFIG_SOC_STM32F407XX=y". But, the SOC_STM32F407XX is undefined as it mentioned in your cmake output: /home/wwg/zephyr/boards/arm/core407v_stm32f407/core40
Hi Warren, in your _defconfig file you set "CONFIG_SOC_STM32F407XX=y". But, the SOC_STM32F407XX is undefined as it mentioned in your cmake output: /home/wwg/zephyr/boards/arm/core407v_stm32f407/core40
|
By
Yannis Damigos
· #2045
·
|
|
ASSERT failure in USB HID
Hi Joe, I try USB HID sample on my 96b_carbon with ASSERTs enabled and it fails with a different error. ***** USAGE FAULT ***** Executing thread ID (thread): 0x20000938 Faulting instruction address: 0
Hi Joe, I try USB HID sample on my 96b_carbon with ASSERTs enabled and it fails with a different error. ***** USAGE FAULT ***** Executing thread ID (thread): 0x20000938 Faulting instruction address: 0
|
By
Yannis Damigos
· #1990
·
|
|
I2C is not working for STM-based board
Hi Dmitry, Thanks for catching this. It is a typo. Could you create a PR on github to fix it? Yannis <zephyr-devel@...> wrote:
Hi Dmitry, Thanks for catching this. It is a typo. Could you create a PR on github to fix it? Yannis <zephyr-devel@...> wrote:
|
By
Yannis Damigos
· #1257
·
|
|
IDE / Debugging
Hi, I am using the eclipse CDT standalone debugger without any issues. Yannis
Hi, I am using the eclipse CDT standalone debugger without any issues. Yannis
|
By
Yannis Damigos
· #1140
·
|
|
I2C for STM32F3
I created the PR https://github.com/zephyrproject-rtos/zephyr/pull/4298 Yannis
I created the PR https://github.com/zephyrproject-rtos/zephyr/pull/4298 Yannis
|
By
Yannis Damigos
· #1108
·
|
|
I2C for STM32F3
Thanks Erwan, It works now. I will create a PR for it Yannis
Thanks Erwan, It works now. I will create a PR for it Yannis
|
By
Yannis Damigos
· #1107
·
|
|
I2C for STM32F3
Hi Daniel, I was trying to get I2C working on stm32f3_disco a couple of months ago. You could find my local branch here https://github.com/ydamigos/zephyr/tree/f3disco (it needs a rebase to the master
Hi Daniel, I was trying to get I2C working on stm32f3_disco a couple of months ago. You could find my local branch here https://github.com/ydamigos/zephyr/tree/f3disco (it needs a rebase to the master
|
By
Yannis Damigos
· #1104
·
|
|
Adding Nucleo-F030R8 support to Zephyr - runtime error
@Bobby I missed that it is a pointer to const u32_t. It is fine. <giannis.damigos@...> wrote:
@Bobby I missed that it is a pointer to const u32_t. It is fine. <giannis.damigos@...> wrote:
|
By
Yannis Damigos
· #918
·
|