Searched refs:flash_freq (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/spi_flash/ |
D | spi_flash_hpm_enable.c | 316 uint32_t flash_freq = FLASH_FREQUENCY; in spi_flash_enable_high_performance_mode() local 357 …hpm_requirement_check = chip_hpm->chip_hpm_requirement_check(flash_chip_id, flash_freq, voltage, t… in spi_flash_enable_high_performance_mode()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | flashing-firmware.rst | 50 …_TARGET_PATH_NAME} write_flash --flash_mode dio --flash_size detect --flash_freq 40m {IDF_TARGET_… 65 …ore default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size… 75 …F_TARGET_PATH_NAME} write_flash --flash_mode dio --flash_size detect --flash_freq 40m {IDF_TARGET_…
|
D | flash-modes.rst | 18 To override these values, the options ``--flash_mode``, ``--flash_size`` and/or ``--flash_freq`` mu… 43 Flash Frequency (--flash_freq, -ff)
|
D | advanced-commands.rst | 32 …{IDF_TARGET_NAME}) then any ``--flash_mode``, ``--flash_size`` and ``--flash_freq`` arguments whic…
|
D | basic-commands.rst | 194 ``elf2image`` also accepts the `Flash Modes <#flash-modes>`__ arguments ``--flash_freq`` and ``--fl… 261 …` command supports the same ``--flash_mode``, ``--flash_size`` and ``--flash_freq`` options as the…
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | cmds.py | 255 if (args.flash_mode, args.flash_freq, args.flash_size) == ("keep",) * 3: 287 flash_freq = flash_size_freq & 0x0F 288 if args.flash_freq != "keep": 289 flash_freq = esp.parse_flash_freq_arg(args.flash_freq) 295 flash_params = struct.pack(b"BB", flash_mode, flash_size + flash_freq) 1094 image.flash_size_freq += image.ROM_LOADER.parse_flash_freq_arg(args.flash_freq)
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | boot-mode-selection.rst | 342 …from the bootloader header, correspond to the ``--flash_mode`` and ``--flash_freq`` arguments supp… 344 …clock divider value from an 80MHz APB clock, based on the supplied ``--flash_freq`` argument (ie 8… 345 …r actually loads the software bootloader at a lower frequency than the flash_freq value. The initi…
|