일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- SK텔레콤
- Python
- 애플
- raspberry pi
- Espressif
- Home Assistant
- RS-485
- 파이썬
- homebridge
- 오블완
- 공모주
- 홈네트워크
- 배당
- ConnectedHomeIP
- 코스피
- 티스토리챌린지
- esp32
- 해외주식
- 미국주식
- Bestin
- cluster
- 나스닥
- matter
- MQTT
- 현대통신
- Apple
- 힐스테이트 광교산
- 월패드
- 매터
- 국내주식
- Today
- Total
목록Hardware/MCU (2)
YOGYUI
Simulate ESP32 automatic bootloader circuit using LTSpice Espressif 사의 ESP32 SOC(System on Chip)에 펌웨어를 다운로드하려면 칩을 Firmware Download Mode로 만든 후 바이너리 파일을 시리얼 통신 (UART)로 전송해야 한다 = serial bootloader ※ SPI(Serial Peripheral Interface) 방식의 flash 모드로도 다운로드할 수 있다 https://docs.espressif.com/projects/esptool/en/latest/esp32/advanced-topics/boot-mode-selection.html 시리얼 부트로더 모드로 진입하는 방법은 굉장히 간단하다 ESP32 칩에 전..
FreeRTOS Official Document Link (PDF files) FreeRTOS 개발 시 참고할만한 (참고해야만하는) 공식 문서 링크 및 파일 공유 https://www.freertos.org/Documentation/RTOS_book.html Free RTOS Book and Reference Manual RTOS book www.freertos.org 원문 PDF 파일 링크 및 원본파일 (1) Mastering the FreeRTOS Real Time Kernel - a Hands On Tutorial Guide (2) FreeRTOS V10.0.0 Reference Manual 특히 (2)번 문서는 FreeRTOS 예제 소스코드에 나오는 각종 API 함수의 입력 인자, 반환값, 사용법..