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

All about boards manufactured by ST
Post Reply
User avatar
MasterT
Posts: 33
Joined: Mon Apr 20, 2020 12:02 am

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

Post 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.
User avatar
MasterT
Posts: 33
Joined: Mon Apr 20, 2020 12:02 am

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

Post 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.
User avatar
fpiSTM
Posts: 1723
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

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

Post 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
Post Reply

Return to “STM boards (Discovery, Eval, Nucleo, ...)”