nucleo-H743zi--1 board support files variants-folder
nucleo-H743zi--1 board support files variants-folder
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
Oppps, checked yersterday and didn't notice
So, the same pack of files now.
Thanks.
Code: Select all
#ifdef ARDUINO_NUCLEO_H743ZI2
....
#else /* ARDUINO_NUCLEO_H743ZI */
Thanks.
Re: nucleo-H743zi--1 board support files variants-folder
YesMasterT wrote: Fri Aug 11, 2023 12:37 pm Oppps, checked yersterday and didn't noticeSo, the same pack of files now.Code: Select all
#ifdef ARDUINO_NUCLEO_H743ZI2 .... #else /* ARDUINO_NUCLEO_H743ZI */
Thanks.