Hi!
I wanna develop device driver for ARM7[LPC2148] in KEIL. I have done driver for memory IC through spi in c.My doubt is how to make lib file so that only the main file will be visible and remaining won't.
Thanks
Hi Velagala, based on the information you provided, it sounds like you need to build your code (excluding main) as library. This is described here: http://www.keil.com/support/man/docs/uv4/uv4_ca_createlibraryfile.htm
Hope this helps.
Best Regards,Stefano