Skip to main content
AShah.4
Associate
March 16, 2021
Solved

Currently, I am using STM32F417IG with a 3.3V supply. If I want to use a microcontroller with a 1.8V supply to avoid level translators in the new design. Is there anything I should consider if I change the supply voltage to 1.8V from 3.3V?

  • March 16, 2021
  • 1 reply
  • 1228 views

..

This topic has been closed for replies.
Best answer by Vangelis Fortounas

Hello

Yes, there are impacts when work on 1.8v

Increased flash wait states, reduced ADC sampling rates, reduced max clock output frequency on I/O pins, reduced max voltage for five volt tolerant pins and others .

Suggest to read carefully the Datasheet before decide to reduce the voltage.

1 reply

Vangelis Fortounas
Associate II
March 16, 2021

Hello

Yes, there are impacts when work on 1.8v

Increased flash wait states, reduced ADC sampling rates, reduced max clock output frequency on I/O pins, reduced max voltage for five volt tolerant pins and others .

Suggest to read carefully the Datasheet before decide to reduce the voltage.

AShah.4
AShah.4Author
Associate
March 16, 2021

Thank you for your reply.