Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. 594crab
    5
    • Continue chat with 594crab
    • Start new chat with 594crab
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    594crab

    @594crab

    0
    Reputation
    1
    Posts
    47
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    594crab Follow

    Posts made by 594crab

    • RE: HOWTO: M5Stack Fire - use the full 16MB with the Arduino IDE (UPDATED)

      It seems that esp32 only provide 4MB flash as read only rom.As you change the app0 partition size to 6.5MB,the esp linker under arduino can only produce the max size 4MB of your code.In the file \esp32\tools\sdk\ld\esp32_out.ld,the following lines declare the max size of the readonly flash rom.
      /* Flash mapped constant data */
      drom0_0_seg (R) : org = 0x3F400018, len = 0x400000-0x18

      posted in Lessons and Guides
      5
      594crab