STM32 H743ZI Nucleo doesn't support most libraries?

Thank you ! I just ran the debug the f429ZI gives the following messages ,

(APP)(INFO)Chip ID 1503a0
(APP)(INFO)DriverVerInfo: 0x13521352
(APP)(INFO)Firmware ver   : 19.6.1 Svnrev 16761
(APP)(INFO)Firmware Build May 23 2018 Time 14:39:16
(APP)(INFO)Firmware Min driver ver : 19.3.0
(APP)(INFO)Driver ver: 19.5.2
(APP)(INFO)Driver built at Feb  2 2021  18:52:05
(APP)(ERR)[hif_isr][587](hif) host app didn't set RX Done <5><6>

and the board H743 stuck after the following message

(APP)(INFO)Chip ID fff5ffff

Is this related to SPI issue ? or the interrupt ?

Also seems like when compile ,the board RAM shows 512k instead of 1M ,I think I may need to switch to a different board since this board is not fully compliant with the Arudino core .

Thank you !