Hi,
I am required to develop a new model, upon design considerations I considered that my main BLE-Mesh model will have 3 independent sub-models each designed as per functionality.
Now I realized that I am severely constrained in terms of memory available on my embedded device, that is the internal flash memory.
My application build file (.bin) is already 260kb & I cannot move over 300 kb.
So to reduced the memory overhead on my application build file in this case, I have 2 queries:
1. Rather than having 3 independent sub-models, can I club the procedures of 3 independent sub-models into ab single model..? Will it save me much need memory on build file..?
2. How can I estimate the amount of memory the model will add on final build file (.bin)..?
Thanks,
Ubaid