Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

ESP32 doesn't boot when using external_ram with opt-level to 0, 1, or 2 #70

@sepotvin

Description

@sepotvin

Hi,

When using the "external-ram" feature, the board (ESP32) will not boot (infinite watchdog loop) if the opt-level is set to 0, 1, or 2. Setting the opt-level to 3, "s", or "z" will fix the issue. Removing the "external-ram" feature will make the board boot at all optimization levels. The attached project is a minimal example to reproduce the problem. I'm using the rust compiler from esp-rs/rust on the esp-1.57.0.2 branch with the esp-idf on branch release/v4.3

esp32_extram_error.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions