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 .

 

3 REPLIES 3
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.
Peter BENSCH
ST Employee

In addition, there is no 0.1µF capacitor on the NRST, as stated in the AN4488, section 3, mentioned by @NesrynELMK (the pull-up resistor that was common in MCUs of the last millennium is NOT necessary because there is already an internal pull-up).

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.