I want to create my library for lpc2478 controller using LPC24xx.h file how I can create library for different Peripherals like GPIO, ADC, DAC, PWM, UART, SPI, I2C, Interrupt, set different Clocks PLL, Crystal use how can create the code for My own board library Include my used pins for set their operations and create my own System.h and System.c file and in my main.c program use only that functions give me one roadmap and guidence
Thank You...
And then Compile src/*.c into a static library (libboard.a) using your toolchain.
Link it with your main.c.
BR
Harry