Coder Social home page Coder Social logo

esp32-c3-rev.3_rom_code's Introduction

ESP32-C3-REV.3_ROM_CODE

dump and try to understand the ROM code

download

https://www.esp32.com/viewtopic.php?t=21331
https://dl.espressif.com/dl/esp32c3_rev3_rom.elf

elf parser

http://www.sunshine2k.de/coding/javascript/onlineelfviewer/onlineelfviewer.html
https://github.com/horsicq/XELFViewer/releases

direct boot and memory map,

https://github.com/espressif/esp32c3-direct-boot-example/blob/main/README.md

partial info,

complete text see esp32c3_rev3_rom_elf.txt

Result:
ELF header
==========

Name           Offset         NumValue            Value          
EI_MAG:        0x00000000     0x7F454C46          �ELF
EI_CLASS       0x00000004     0x01                32 BIT
EI_DATA        0x00000005     0x01                DATA2LSB (Little-Endian)
EI_VERSION     0x00000006     0x01                EV_CURRENT
EI_OSABI       0x00000007     0x00                UNIX System V ABI
EI_OSABIVER    0x00000008     0x00                
E_TYPE         0x00000010     0x0002              ET_EXEC (Executable file)
E_MACHINE      0x00000012     0x00F3              Unknown
E_VERSION      0x00000014     0x00000001          EV_CURRENT
E_ENTRY        0x00000018     0x40000000          
E_PHOFF        0x0000001C     0x00000034          
E_SHOFF        0x00000020     0x011ED8BC          
E_FLAGS        0x00000024     0x00000001          
E_EHSIZE       0x00000028     0x0034              
E_PHENTSIZE    0x0000002A     0x0020              
E_PHNUM        0x0000002C     0x001C              
E_SHENTSIZE    0x0000002E     0x0028              
E_SHNUM        0x00000030     0x004B              
E_SHSTRNDX     0x00000032     0x004A              

esp32-c3-rev.3_rom_code's People

Contributors

xiaolaba avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.