2024-10-24 11:10 PM - last edited on 2024-10-25 12:45 AM by Andrew Neil
I am designing a custom board based on the STM32F407G and need to provide backup power to the VBAT pin using an external battery. my board board must comply with EMI/EMC standards, what are the key requirements and design considerations when connecting the external battery to the VBAT pin?
Solved! Go to Solution.
2024-10-28 04:48 AM
Have you studied Application note AN4488, Getting started with STM32F4xxxx MCU hardware development:
@rohithinthingstech wrote:my board board must comply with EMI/EMC standards, what are the key requirements and design considerations when connecting the external battery to the VBAT pin?
It's just another digital power supply pin - so the same principles as any other digital power supply pin?
2024-10-24 11:22 PM
Hi,
EMI - make sure it does not radiate.
EMC - make sure it is not susceptible to emissions...
Given that a battery doesn't have oscillator - might be safe...
"Susceptible" - might be safe there too...
I hope that helps.
Kind regards
Pedro
2024-10-25 12:44 AM
"EMC" = Electro-Magnetic Compatibility = both emissions and susceptibility.
2024-10-25 02:27 AM - edited 2024-10-25 02:28 AM
@Andrew Neil they are two separate tests, conducted independently...
Kind regards
Pedro
2024-10-25 02:33 AM
Yes, Emissions & Susceptibility are separate - but the combined total is EMC.
Compatibility consists of both not causing excessive Emissions, and not being excessively Susceptible to incoming interference.
2024-10-28 04:48 AM
Have you studied Application note AN4488, Getting started with STM32F4xxxx MCU hardware development:
@rohithinthingstech wrote:my board board must comply with EMI/EMC standards, what are the key requirements and design considerations when connecting the external battery to the VBAT pin?
It's just another digital power supply pin - so the same principles as any other digital power supply pin?