We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello everyone!
I'm trying to create project which contains a drivers library and two separate application (Booltloader + app), now I want to share the drivers library between the two apps in order to save space on the flash...
I saw this tutorial for IAR(https://www.iar.com/support/resources/articles/checksum-protected-library-using-iar-embedded-workbench-for-arm/) but I must use Keil uvision5 and I didnt find anything helpful online.
Anyone can guide me through this?
thanks!
Thx for the answer! I'll try that! BTW, is this possible also with CPP code? I mean will I be able to create an instance of a class that I declared in the librrary, in the "main" applicatication?