STVisual Develop building libraries
I have a very simple main using UART1 and already my application is 7kB! The web implies that this is because I am getting a lot of UART1 and CLK code built and linked in that I am never using. One suggestion is to split the UART1 and CLK files into individual "one file per method" codebases, build a library, and then when my application links it will pull in only those methods that I am actually using.
However I cannot see how to configure a project to build a library instead of an image. Could someone point me an example of how to do this please?
