Hi, dialog
We want to pack several source code and build it into a library file like keil building "*.lib" file. Can dialog provide a project template or some guide base on smart snippets studio?
And there is no FPU in DA14681 , if we have some floating- point calculation in the application , what should we do to support it ?
Device:
Hi guixiang,
Regarding the creation of .lib file, the Smart Snippets is just a modified eclipse IDE, you will be able to find how to create a .lib file over the net.
Regarding the floating point calculation, no there is no floating point unit, you can include the math.h header in order to override the default floating point implementations but even if you dont you will be able to perform floating point operations.
Thanks MT_dialog