Skip to content

sheinz/esp-open-bootrom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp-open-bootrom

Reverse engineered bootrom of ESP8266

This is an attempt to reverse engineer some of ESP8266 bootrom functions. The result is written in plain C where possible. The C code uses esp-open-rtos framework.

Functions

Address Function Status
0x40004174 SPI_page_program tested
0x4000443c SPI_write_enable tested
0x4000448c Wait_SPI_Idle tested
0x400043c8 SPI_read_status tested
0x400042ac SPI_read_data tested
0x400040c0 SPI_sector_erase tested

Resources

About

Reverse engineered bootrom of ESP8266

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages