Skip to main content
Associate II
June 19, 2024
Solved

Regarding development boards

  • June 19, 2024
  • 2 replies
  • 990 views

We are using STM32H743BIT6 microcontroller in our project. Which is the development board that we need to buy and use for this microcontroller for prototyping and development purpose? Can we use STM32H753I-EVAL2?

Best answer by Peter BENSCH

The STM32H743BIT6 has the package LQFP208. As there is not an evaluation board for each of the thousands of STM32, you can use the board with the next larger STM32 if you need that many pins. In your case, this is indeed the STM32H753I-EVAL. It also has an AES crypto unit (H753 = H743 + Crypto), but you can simply ignore it.

Hope that helps?

Good luck!
/Peter

2 replies

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
June 19, 2024

The STM32H743BIT6 has the package LQFP208. As there is not an evaluation board for each of the thousands of STM32, you can use the board with the next larger STM32 if you need that many pins. In your case, this is indeed the STM32H753I-EVAL. It also has an AES crypto unit (H753 = H743 + Crypto), but you can simply ignore it.

Hope that helps?

Good luck!
/Peter

Andrew Neil
Super User
June 19, 2024

@AkshayMR wrote:

Which is the development board that we need to buy and use for this microcontroller for prototyping and development purpose? Can we use STM32H753I-EVAL2?


You can always answer that question by going to the Product Page for the chip in question, and looking on the 'Tools & Software' tab:

https://www.st.com/en/microcontrollers-microprocessors/stm32h743bi.html#tools-software

In this case, you will see four boards listed - which do, indeed, include the STM32H753I-EVAL2:

AndrewNeil_0-1718788725162.png

AndrewNeil_1-1718788743050.png

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.