Re: STM32H7 UART pins Update

2021-04-22 Thread Robin Müller
I think the pins for the UART 3 still need to be adapted. Everything can be simplified because the pins are the same after all with GPIOD PIN 8 and PIN9 for both variants. I sent a patch which configures the ETH correctly for the Nucleo BSP variant. Kind Regards Robin On Thu, 22 Apr 2021 at 19:04

Re: STM32H7 UART pins Update

2021-04-22 Thread Robin Müller
Thanks :-) I was able to omit the HAL_ETH_MspInit override in my lwIP code now. Kind Regards Robin On Thu, 22 Apr 2021 at 15:32, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Robin, > > I hope it is now fixed. For the Ethernet pin customization, you can use > the same appr

Re: STM32H7 UART pins Update

2021-04-22 Thread Sebastian Huber
Hello Robin, I hope it is now fixed. For the Ethernet pin customization, you can use the same approach. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-18 94 741 - 08 Registe

Re: STM32H7 UART pins Update

2021-04-22 Thread Robin Müller
Small corrections: I was always referring to GPIOB PIN9 and PIN10 of course. Kind Regards Robin On Thu, 22 Apr 2021 at 15:20, Robin Müller wrote: > Hi Sebastian > > You recently updated the UART pins configuration, allowing different > variants. > I recently checked the CubeH7 library about pin

STM32H7 UART pins Update

2021-04-22 Thread Robin Müller
Hi Sebastian You recently updated the UART pins configuration, allowing different variants. I recently checked the CubeH7 library about pin differences between the NUCLEO and the STM32H7 after finding out about the pin differences for the Ethernet module and I found out some weird things. I checke