Giter VIP home page Giter VIP logo

Comments (3)

saffetblt avatar saffetblt commented on August 16, 2024 1

Thanks for the answer.
I'm not sure if it really needs that much effort :)

Looks like I will continue to use MBED OS.

from rak3172_canopus.

NamNamIoT avatar NamNamIoT commented on August 16, 2024

Hello, I like the card design, congratulations. I used your library it works fine. But I have a question. When I import high-size libraries, I get "ROM overflowed" error. Have you encountered an error similar to this? When I run even the simplest example codes, it appears to be 61% full from the ROM. Thanks in advance for your answer.

Good luck.

Hello bro,
The Flash memory of the RAK3172 is small (only 256kB) and RUI3 API is large (unfortunately).
Reducing the code size of RUI3 is on the to-do list but the RAK team don’t know how small they can get it.
I'm asking them how to extend more via SPI pins but I think that's not a good solution.

from rak3172_canopus.

NamNamIoT avatar NamNamIoT commented on August 16, 2024

Hello, I like the card design, congratulations. I used your library it works fine. But I have a question. When I import high size libraries, I get "ROM overflowed" error. Have you encountered an error similar to this? When I run even the simplest example codes, it appears to be 61% full from the ROM. Thanks in advance for your answer.

Good luck.

The space can be increased by performing the following steps:

The bootloader takes 13k, although allocated for it 24k (+4.2% to free space)

Swap areas MCU_USER_DATA and MCU_FACTORY_DEFAULT, and allow to change start address of MCU_USER_DATA (and its size, not everyone needs 30k to store the user settings).

In total this can easily get +15% of free space, changing the initial parameters of the code rather slightly

And maybe, changing the implementation of the printf function could add some more space.

from rak3172_canopus.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.