Page 1 of 1

Memory capacity

Posted: Wed Jan 25, 2017 5:40 pm
by escalanterj
Hello,

Could somebody tell me the amount of available memory available for data that the device has?

thanks

BR

Re: Memory capacity

Posted: Thu Feb 09, 2017 1:39 pm
by mstempin
No, because it depends on what is included: there is a possibility to use #defines in your main .c project file before including the "td_config.h" file, that will generate some C (not preprocessor) constants and indirect function calls that may be nulled, in order to pull or not some functionalities at link time, and thus tune the size according to your needs.

Please check the documentation and this "t_config.h" file for more details.

This way, you can remove unused stuff and get more room for your application if required.