[아두이노] ESP32 Boot Mode

boot modes 


Image 


1. ESP32의 경우 Booting에 관련된 핀들은 위 5개의 핀들 입니다.

img.jpg

2. Pins used for programming

GPIO0 (internal pull up resistor)

H / floating = Normal execution mode – "SPI Boot"
L = On powerup will select ROM serial bootloader mode for programming – "Download Boot"

GPIO2 (internal pull down resistor)

If GPIO0 = L (bootloader mode) then GPIO2 must be L / floating in order to enter the serial bootloader
If GPIO0 = H (normal execution mode) then GPIO2 is don't care.

GPIO12 (internal pull down resistor)

If GPIO0 = L (bootloader mode) then GPIO12 must be L / floating to select flash voltage (VDD_SDIO) 3V3.

If GPIO0 = H (normal execution mode) then GPIO12 can either state

GPIO15 (internal pull up resistor)

H / floating = Normal boot messages output
L = silences boot messages printed by the ROM bootloader

2
0
이 글을 페이스북으로 퍼가기 이 글을 트위터로 퍼가기 이 글을 카카오스토리로 퍼가기 이 글을 밴드로 퍼가기

임베디드 보드

번호 제목 글쓴이 날짜 조회수
2 라즈베리 파이 라즈베리 파이 (Raspberry Pi) 기초 icon 양재동메이커 06-19 16,358
1 라즈베리 파이 (동영상 강의) 라즈베리 파이 강좌 Link icon 양재동메이커 06-17 15,392