cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F405RGT6 custom board review

ekremtrn
Visitor

Hello everyone, this is my first post on the forum. I'm starting to learn STM and have created a custom board using the STM32F405RGT6. This is the first board I've created, and I wanted to check for any errors before sending it to production. So I've uploaded a PDF of the connection diagram. I'd be very grateful if you could review it and let me know if there are any mistakes.

1 REPLY 1
Andrew Neil
Super User

Welcome to the forum.

Please see How to write your question to maximize your chances to find a solution for best results.

 


@ekremtrn wrote:

 I'm starting to learn STM .


Do you have experience with any other microcontroller(s) ?

Before leaping into a custom hardware design, I would strongly recommend that you prototype & gain experience on a development board - far cheaper & easier to find & fix issues than on a custom design!

 

Did you study Application note AN5093Getting started with STM32G4 Series hardware development boards?

 

I don't see any programming/debug connector ?

Have you considered how you will debug & test your design ?

See Design For Debug ...

 

PS:

It would also help to give details on the intended application of this board, and what environment it will operate in - these will affect the design

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.