Skip to main content
JLee.21
Associate II
July 16, 2023
Question

What should i do? Change STM32F217IG VDD(3.3V to 1.8V or 1.8V to 3.3V) anytime

  • July 16, 2023
  • 2 replies
  • 2556 views

Hi!

I'm using STM32F217IGT.

I want to know changing VDD anytime.

I think.

1. change firmware correction VDD(3.3V firmware or 1.8V firmware)

2. change system clock configuration void SystemClock_Config(void) in main.c

 --> 7WS

stm32.JPG

 

Thank you!

This topic has been closed for replies.

2 replies

waclawek.jan
Super User
July 17, 2023

If you set the system clock/waitstates for 1.8V, you can use any VDD value.

JW

JLee.21
JLee.21Author
Associate II
July 17, 2023

Hi! waclawek.jan.

Thank you your answer!!

If i set 7WS, i can use any VDD value?

I added capture Table3. Number of wait sate...

stm32.JPG

It's difference Voltage range...

Thank you!

 

 

waclawek.jan
Super User
July 18, 2023

> If i set 7WS, i can use any VDD value?

Yes.

JW

JLee.21
JLee.21Author
Associate II
July 18, 2023

Hi! waclawek.jan.

Thank you your answer!

I'll test that setting and I'll answer result.

Thank you!