DAVE TIP of the day: Option to reduce the code size

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
You can remove the unused API function to reduce the code size.

Go to: > Project > Properties > C/C++ Build > Settings > ARM-GCC C Linker > General > Check on "Remove unused sections (-Xlinker --gc-sections)
0 Likes
0 Replies