Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
The installation of a support library into Spresense?
-
Please help me!
I tried to install libraries into Spresense and it seemed that it could not be due to not enough memory, whether I could install them on the micro SD card so that they work.
I hope to be responded soon.
Thanks! -
Hello, @hnx_khnq
Even if you save the files in an SD card, the code would still need to be compiled and then copied to the RAM to be executed from the RAM (https://developer.sony.com/develop/spresense/docs/arduino_developer_guide_en.html#_memory_usage).
So you really are limited by RAM size.This post on the Arduino forum discusses this issue in more detail:
https://forum.arduino.cc/t/libraries-on-sd-card-to-save-space/374217If you don't mind me asking, what library are you trying to use?