Home
last modified time | relevance | path

Searched refs:strapping (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Dconfigure-other-jtag.rst19strapping pin, |jtag-sel-gpio|. If the strapping pin is low when {IDF_TARGET_NAME} is reset, JTAG…
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/esp32s2/
Duser-guide-esp32-s2-kaluga-1-kit-v1.2.rst336 - 开发板上电时,strapping 管脚 IO45 和 IO46 的上电时序错误,导致开发板无法正常启动。
340 - 开发板上电时,strapping 管脚 IO45 和 IO46 的上电时序错误,导致开发板无法正常启动。
344 - 开发板上电时,strapping 管脚 IO46 的上电时序错误,导致开发板无法正常启动。
348 - 开发板上电时,strapping 管脚 IO46 的上电时序错误,导致开发板无法正常启动。
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dgpio.rst199 …- Strapping pin: GPIO0, GPIO2, GPIO5, GPIO12 (MTDI), and GPIO15 (MTDO) are strapping pins. For mor…
439 …- Strapping pin: GPIO0, GPIO45 and GPIO46 are strapping pins. For more infomation, please refer to…
550 …- Strapping pin: GPIO2, GPIO8 and GPIO9 are strapping pins. For more infomation, please refer to `…
800 - Strapping pin: GPIO0, GPIO3, GPIO45 and GPIO46 are strapping pins.
Dsd_pullup_requirements.rst48 … any of SD interface signals. However, it is recommended to avoid using strapping GPIOs, GPIOs wit…
52 - GPIO0 (strapping pin)
53 - GPIO45, GPIO46 (strapping pins, internal weak pulldown)
192 …There is a conflict between the boot strapping requirements of the ESP32 and the SDIO protocol. Fo…
290 …With that said, the information about these internal pull-ups and strapping requirements can still…
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dstub_flasher.c479 uint32_t strapping = READ_REG(GPIO_STRAP_REG); in stub_main() local
483 if (spiconfig == 0 && (strapping & 0x1c) == 0x08) { in stub_main()
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/advanced-topics/
Dboot-mode-selection.rst54 …Information about {IDF_TARGET_NAME} strapping pins can also be found in the `{IDF_TARGET_NAME} Dat…
56 …ons or custom hardware, you will need to check the orientation of some "strapping pins" to get the…
87 …o be driven High, in order to enter the serial bootloader reliably. The strapping combination of {…
238 …``boot:0xNN (DESCRIPTION)`` is the hex value of the strapping pins, as represented in the `GPIO_ST…
255 …Consult the strapping pins shown above (in most cases, one of these modes is selected if GPIO2 has…
264 Later output from the ROM bootloader depends on the strapping pins and
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dentering-bootloader.rst10 …re download mode) - a reset, required pins set correctly, and a correct strapping pin pulled low. …
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dgpio_struct.h82 …uint32_t strapping: 16; /*GPIO strapping results: {2'd0 boot_sel_dig[7:1] vsdio_… member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dgpio_struct.h75 uint32_t strapping : 16; member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dgpio_struct.h79 uint32_t strapping: 16; member
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dstartup.rst42 正常启动模式下会使能 RTC 看门狗,因此,如果进程中断或停止,看门狗将自动重置 SOC 并重复启动过程。如果 strapping GPIOs 已更改,则可能导致 SoC 陷入新的启动模式。
/hal_espressif-3.6.0/docs/en/hw-reference/esp32s2/
Duser-guide-esp32-s2-kaluga-1-kit-v1.2.rst341 …- Incorrect timing sequence is fed to strapping pins IO45 and IO46 when the board is powered on. I…
345 …- Incorrect timing sequence is fed to strapping pins IO45 and IO46 when the board is powered on. I…
349 …- Incorrect timing sequence is fed to strapping pin IO46 when the board is powered on. It stops th…
353 …- Incorrect timing sequence is fed to strapping pin IO46 when the board is powered on. It stops th…
/hal_espressif-3.6.0/docs/en/hw-reference/esp32c3/
Duser-guide-devkitm-1.rst191strapping pins of the ESP32-C3FN4 chip. These pins are used to control several chip functions depe…
Duser-guide-devkitc-02.rst190strapping pins of the ESP32-C3 chip. These pins are used to control several chip functions dependi…
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dgpio_struct.h80 uint32_t strapping: 16; member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dgpio_struct.h80 uint32_t strapping: 16; member
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/esp32/
Dget-started-pico-kit.rst187 4. ESP32-PICO-KIT 内置 SPI flash 的工作电压为 3.3V。因此,strapping 管脚 MTDI 在模组上电复位过程中应保持低电平。如连接该管脚,请确保该管脚在复位中不…
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/inc/
Dsummary_ESP32-C3.rst56 ag and pad_to_jtag through strapping gpio10 when b
/hal_espressif-3.6.0/docs/en/api-reference/network/
Desp_eth.rst143 Please note that, ``GPIO0`` is also an important strapping GPIO on ESP32.
145 … issue is disabling the ``REF_CLK`` in hardware by default, so that the strapping pin won't be int…
178 …ddress is configured during hardware design by pulling up/down some PHY strapping pins. You can se…
/hal_espressif-3.6.0/components/efuse/esp32c3/
Desp_efuse_table.csv59 …his bit to enable selection between usb_to_jtag and pad_to_jtag through strapping gpio10 when both…
/hal_espressif-3.6.0/components/efuse/esp32h2/
Desp_efuse_table.csv60 …his bit to enable selection between usb_to_jtag and pad_to_jtag through strapping gpio10 when both…
/hal_espressif-3.6.0/docs/en/api-reference/system/inc/
Despefuse_summary_ESP32-C3.rst57 ag and pad_to_jtag through strapping gpio10 when b
/hal_espressif-3.6.0/docs/en/hw-reference/esp32/
Dget-started-pico-devkitm-2.rst329 …e of ESP32-PICO-DevKitM-2’s embedded SPI flash is 3.3 V. Therefore, the strapping pin MTDI should …
Dget-started-pico-kit-1.rst338 …ltage of ESP32-PICO-KIT-1’s embedded SPI flash is 3.3 V. Therefore, the strapping pin MTDI should …
Dget-started-pico-kit.rst188 … voltage of ESP32-PICO-KIT’s embedded SPI flash is 3.3V. Therefore, the strapping pin MTDI should …

12