Skip to main content
Visitor II
June 25, 2024
Question

I need Hardware design guidelines for design the customized board for my projects using STM32 chip

  • June 25, 2024
  • 2 replies
  • 909 views

I need step by step guidelines to make my custom board for my projects
Different chips need different capacitors crystal oscillators and some defile connections
i need to know that can you please guide me for that
If you give me the full tutorial, that means it's very useful to me

2 replies

STTwo-32
Technical Moderator
June 25, 2024

Hello @KARTHI1

What i suggest you is to refer to the Application Note called "Getting started with STM32xxxxxx MCU hardware development" for example here is the one for the STM32F4. You will find a version of this Application Note for all our MCUs.

Best Regards.

STTwo-32 

Andrew Neil
Super User
June 25, 2024

Open the Product Page for whatever particular STM32 chip you're using, and go to the 'Documentation' Tab.

There you will find:

  • the Datasheet - which gives you important electrical specifications, and some circuit tips
  • the "Getting started with STM32xxxxxx MCU hardware development" Application Note already mentioned by @STTwo-32 
  • Many other Application Notes covering more specific details; eg, oscillator design

 

Also, on the 'Tools & Software' Tab, you will find links to ST's evaluation/development boards - you can look at the schematics & PCB designs of those for inspiration ...

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.