2018-03-03 12:15 PM
I need to run the board on 1.8 v.
I found
https://www.eevblog.com/forum/microcontrollers/using-stm32f4-discovery-board-on-1-8-volt/
thread about the changes need to be made to the board. However, it is not clear to me how to:Has anybody had any experience with running STM32F4 microcontrollers on 1.8 v?
#stm32f4 #1.8vSolved! Go to Solution.
2018-03-03 02:38 PM
MAybe logic levels should be taken into account when connecting uart to external circuitry (level shifter might be needed):
2018-03-03 01:26 PM
1. Program the board when on 1.8 v, using JLink v8. Do I need to perform any hardware modification
Surely, a look at the schematic would answer that?
A UART is a UART - its operation doesn't change with voltage...
2018-03-03 02:38 PM
MAybe logic levels should be taken into account when connecting uart to external circuitry (level shifter might be needed):
2018-03-03 02:43 PM
Forgot to add a link:
http://homepage.cem.itesm.mx/carbajal/Microcontrollers/SLIDES/GPIO_Applications.pdf
2018-03-04 07:56 AM
Thank you.
It seems that connecting the Micro's UART (@1.8v ) to an external TTL UART (@3.3) will not work.
I am going to use 1.8-to-3.3 level shifter.