You are reading a single comment by @Vlad and its replies. Click here to read the full conversation.
  • Alright... After doing this:

    1. Disabling GRAPHICS
    2. Removing 'DEFINES += -DUSE_DEBUGGER -DUSE_TAB_COMPLETE',
    3. Configuring saved_code as per this:

      'saved_code' : {
      'address' : ((256 - 14) * 1024),
      'page_size' : 1024,
      'pages' : 14,
      'flash_available' : (256 - 108 - 14)
      }
      

    I'm getting:

    1. In the build output:

      STORAGE: 247808 -> 262144
      CODE: 110592 -> 247628
      
    2. In the app: storage.getFree(): 14336 bytes.

    Great success, I think it is more than enough.

    Thanks for your suggestion to look at the Flash module, I will soon.

About

Avatar for Vlad @Vlad started