Search found 2 matches
- Thu Aug 03, 2023 10:28 am
- Forum: ESP-IDF
- Topic: Custom flasher stub compilation
- Replies: 2
- Views: 1006
Re: Custom flasher stub compilation
Done as explained in that Readme.md file. got the following: ...\esptool-master\flasher_stub>make WITHOUT_ESP8266=1 " CC(32) stub_flasher.c slip.c stub_commands.c stub_write_flash.c stub_io.c build ld/stub_32.ld -> build/stub_flasher_32.elf" " WRAP build/stub_flasher_32.elf -> build" process_begin: ...
- Wed Aug 02, 2023 7:07 pm
- Forum: ESP-IDF
- Topic: Custom flasher stub compilation
- Replies: 2
- Views: 1006
Custom flasher stub compilation
Hi, The flash memory I want to use in my project (S25FL128SAGBHIZ00) stuck during the program/erase operation (ESP32C6 connected via USB to Windows running PC). The flash_id, read_flash_status, read_flash operations are OK (checked with logic analyzer on SPI bus). During erase (as standalone and as ...