nucleo-stm32h7zi vs nucleo-stm32h7zi2 boards

2022-06-29 Thread Roberto Bucher
Hi What are the main differences between the nucleo-stm32h743zi and the nucleo-stm32h743zi2 boards? I have a stm32743zi2 board but the available files under "boards" for nucleo-stm32h743zi2 are limited compared to the files available for the nucleo-stm32h743zi version. I need different dev

Re: nucleo-stm32h7zi vs nucleo-stm32h7zi2 boards

2022-06-29 Thread Alan Carvalho de Assis
Hi Roberto, I found both boards listed on Digikey: NUCLEO-H743ZI: https://www.digikey.com/en/products/detail/stmicroelectronics/NUCLEO-H743ZI/7809236 NUCLEO-H743ZI2: https://www.digikey.com/en/products/detail/stmicroelectronics/NUCLEO-H743ZI2/10130892 The ZI board was replaced with ZI2 by ST ac

Re: nucleo-stm32h7zi vs nucleo-stm32h7zi2 boards

2022-06-29 Thread Roberto Bucher
Thanks Alan I'll try to move the different devices to the new architecture. I'll already tried to port the stm32_pwm.c under the zi2 board and it works without problems. In the next weeks I'll try to port other devices (ADC, Encoders etc.). It seems the SocketCan is already implemented. On

Re: nucleo-stm32h7zi vs nucleo-stm32h7zi2 boards

2022-06-29 Thread Alan Carvalho de Assis
Hi Roberto, Gustavo just told me that other difference is the clock, ZI2 uses the clock from STLink, it could explain the issue you are facing. BR, Alan On 6/29/22, Roberto Bucher wrote: > Thanks Alan > > I'll try to move the different devices to the new architecture. I'll > already tried to p

Re: nucleo-stm32h7zi vs nucleo-stm32h7zi2 boards

2022-06-29 Thread Brennan Ashton
I had tried to just handle the difference via config flags but it got too complicated (different pin mappings, inverted signals, clocking, etc...). The original board is quite different and is closer to the F series boards than the H ones. On Wed, Jun 29, 2022, 6:53 AM Alan Carvalho de Assis wrot

Re: net/if_arp.h - standard header?

2022-06-29 Thread Xiang Xiao
On Wed, Jun 29, 2022 at 4:44 AM Nathan Hartman wrote: > On Tue, Jun 28, 2022 at 4:05 PM Nathan Hartman > wrote: > > > > I have a program that builds under Linux, BSD, and macOS which > > includes the net/if_arp.h header. > > > > This header does not seem to exist under NuttX. > > > > It is inclu

Re: net/if_arp.h - standard header?

2022-06-29 Thread Nathan Hartman
On Wed, Jun 29, 2022 at 12:23 PM Xiang Xiao wrote: > > On Wed, Jun 29, 2022 at 4:44 AM Nathan Hartman > wrote: > > > On Tue, Jun 28, 2022 at 4:05 PM Nathan Hartman > > wrote: > > > > > > I have a program that builds under Linux, BSD, and macOS which > > > includes the net/if_arp.h header. > > >

Re: net/if_arp.h - standard header?

2022-06-29 Thread Xiang Xiao
On Thu, Jun 30, 2022 at 12:40 AM Nathan Hartman wrote: > On Wed, Jun 29, 2022 at 12:23 PM Xiang Xiao > wrote: > > > > On Wed, Jun 29, 2022 at 4:44 AM Nathan Hartman > > > wrote: > > > > > On Tue, Jun 28, 2022 at 4:05 PM Nathan Hartman < > hartman.nat...@gmail.com> > > > wrote: > > > > > > > > I