cancel
Showing results for 
Search instead for 
Did you mean: 

Pinout and software compatibility

ECiot.1
Associate II

Hi, STM32H725ZGT6 and STM32H743ZIT6 are pinout compatible? Can i use the same code for both? 

2 REPLIES 2
TDK
Guru

If you are using a subset of the features of both, then yes. But these chips have different capabilities and flash sizes. Perhaps look into more specifically what your code does and uses to determine compatibility. In particular, look at program size and clock settings.

If you feel a post has answered your question, please click "Accept as Solution".

The peripherals and pin muxing can be different, subtle at times. See OSPI, SPIM

I'd be cautious using the same code. Diff the startup file.

CubeMX should give you a good idea how similar the pin out is.

You can determine which IC and stepping you're running from, and perhaps adjust, or manage a hybrid image.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..