esp8266 iram0 issue

Sysprogs forums Forums VisualGDB esp8266 iram0 issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9157
    freeck
    Participant

    An old issue still not solved. I read a topic https://github.com/esp8266/Arduino/pull/106/files on moving a library from IRAM section to the FLASH section.
    Can that be done with VGDB as well?
    In the memory explorer I observe that library libgcc2.c occupies 2721 bytes. Could they be moved to the flash section?
    If so, can you provide me an example how to do that?

    #9159
    support
    Keymaster

    Hi,

    Please follow the instructions described in this thread to move arbitrary system functions to FLASH.

    #9167
    freeck
    Participant

    thanks, I continue with my experiences on that thread.

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