[아두이노] 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
이 글을 페이스북으로 퍼가기 이 글을 트위터로 퍼가기 이 글을 카카오스토리로 퍼가기 이 글을 밴드로 퍼가기

임베디드 보드

번호 제목 글쓴이 날짜 조회수
72 아두이노 ESP32 Analog Inputs (ADC) +4 icon 양재동메이커 02-12 12,129
71 아두이노 TIP : Serial의 Port가 Open 시점 확인 icon 양재동메이커 01-21 9,295
70 아두이노 ESP32 Boot Mode icon 양재동메이커 12-28 8,818
69 아두이노 아두이노 에러 리스트(Arduino Error list) icon 양재동메이커 11-24 13,464
68 아두이노 ESP32 main.cpp +1 icon 양재동메이커 11-19 9,396
67 아두이노 ESP32 EEPROM 와 IR Remote icon 양재동메이커 08-06 9,488
66 아두이노 Learn ESP32 icon 양재동메이커 06-25 8,966
65 아두이노 C 언어 비교문에서 == 사용 방법 icon 양재동메이커 04-12 9,563
64 아두이노 [아두이노 실습] 푸쉬버튼 long press, short press 판단하기 icon 양재동메이커 03-27 11,272
63 아두이노 [아두이노 실습] Push button 스위치로 FND 카운트 증가/감소 icon 양재동메이커 03-27 14,207
62 아두이노 Blynk를 사용해 아두이노에서 IoT 맛보기 icon 양재동메이커 03-27 11,796
61 아두이노 아두이노에서 u8glib로 0.96" OLED 사용하기 icon 양재동메이커 03-27 11,802
60 아두이노 아두이노에서 여러개의 스위치를 1개의 analog input핀으로 검사하기 icon 양재동메이커 03-27 10,884
59 아두이노 아두이노에서 RTOS 사용하기 (FreeRTOS in Arduino) icon 양재동메이커 03-27 13,744
58 아두이노 아두이노에서의 delay() 함수 icon 양재동메이커 03-27 10,057
57 아두이노 아두이노의 pinMode()에서 INPUT과 INPUT_PULLUP의 차이 icon 양재동메이커 03-27 12,172
56 아두이노 아두이노등의 임베디드 시스템의 변수 값 오버플로우 문제 icon 양재동메이커 03-27 8,791
55 아두이노 아두이노에서 외부 라이브러리 설치하기 (Install library in arduino) icon 양재동메이커 03-27 10,479
54 아두이노 WS2812 color LED 사용하기 icon 양재동메이커 03-27 9,630
53 아두이노 WS2812와 APA102의 차이 비교 (Comparison between WS2812 and APA102) icon 양재동메이커 03-27 11,234