cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Board Review Based on MB997E .

rohithinthingstech
Associate II

Hi ST Community,

I have developed a custom board based on the MB997E evaluation board as a reference design.

1. Could you please help me review my custom board design and schematic to identify any possible mistakes.

2. In my custom design, I have also added an external 32.768 kHz crystal oscillator for the RTC function.

  • Is the connection correct?

  • Are the load capacitors and routing appropriate?

  • Do I need to make any changes to ensure stable operation?

I am attaching my schematic Any suggestions or corrections would be very helpful .

 

2 REPLIES 2
NesrynELMK
ST Employee

Hello @rohithinthingstech 

 

The schematic appears to be correct.

I recommend referring to the application note AN4488: Getting Started with STM32F4xxxx MCU Hardware Development for comprehensive guidance. You can access it here:
https://www.st.com/resource/en/application_note/an4488-getting-started-with-stm32f4xxxx-mcu-hardware-development-stmicroelectronics.pdf

This document provides valuable insights and best practices that will help ensure a robust hardware design for your STM32F4 series MCU.

 

Br,

Andrew Neil
Super User

Why the divider?

AndrewNeil_0-1752485059473.png

(and similar on BOOT0)

You just need a pull-up or a pull-down.

Are you sure you want them both pulled high?

AndrewNeil_1-1752485366106.png

 

Just a style issue:

AndrewNeil_2-1752485480389.png

This could be better titled "SWD" and, as you're just using SWD, use the SWD names - rather than JTAG names

 

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.