Solved
Third Party library
Hello,
I am trying to compare a third party libraries size on my STM32 project.
Methodology
- Firstly, i build a project without including a third party library and build it.
- Secondly i build a project after including a third party library and compare memory usage with build analyzer and surprisingly i get the same result.
How i can know the exact memory size used by library?
i used below libraries.
| No. | ||
| 1 |
Micro CBOR |
JavaScript |
| 2 |
NanoCBOR |
C |
| 3 |
QCBOR |
C |
| 4 |
TinyCBOR |
C |
| 5 |
libCBOR |
C |


Without Library build project.

