Iram-section overflow esp8266

Sysprogs forums Forums VisualGDB Iram-section overflow esp8266

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7477
    freeck
    Participant

    In case I enable gdbstub for debugging I get an iram-section overflow. I have already put all usercode into a flash-section.
    So the question is: what are the options to reduce the usage of iram?

    • This topic was modified 8 years, 3 months ago by freeck.
    #7484
    support
    Keymaster

    Hi,

    Please try using the Embedded Memory Explorer to see what exact code occupies the IRAM memory. Then try moving some of it to FLASH or modify the linker script to place the default code sections to FLASH instead of IRAM (that may impact performance/stability).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.