Page 1 of 1

nucleo-H743zi--1 board support files variants-folder

Posted: Fri Aug 11, 2023 5:12 am
by MasterT
I still have one nucleo-H743zi-1 in my stock, and to my surprise I can't find any reference in the Variants. Awhile ago it was like two folders for zi-1 & zi-2 , is there a chance to find some old backup? I can probably make it running based on zi-2 with mod in clock section and using only HAL, but if SPI & I2C library referenced somewhere it 'd be a nightmare to remap all GPIO.

Re: nucleo-H743zi--1 board support files variants-folder

Posted: Fri Aug 11, 2023 6:30 am
by fpiSTM

Re: nucleo-H743zi--1 board support files variants-folder

Posted: Fri Aug 11, 2023 12:37 pm
by MasterT
Oppps, checked yersterday and didn't notice

Code: Select all

#ifdef ARDUINO_NUCLEO_H743ZI2
....
#else /* ARDUINO_NUCLEO_H743ZI */
So, the same pack of files now.
Thanks.

Re: nucleo-H743zi--1 board support files variants-folder

Posted: Fri Aug 11, 2023 1:52 pm
by fpiSTM
MasterT wrote: Fri Aug 11, 2023 12:37 pm Oppps, checked yersterday and didn't notice

Code: Select all

#ifdef ARDUINO_NUCLEO_H743ZI2
....
#else /* ARDUINO_NUCLEO_H743ZI */
So, the same pack of files now.
Thanks.
Yes