I have been using LPCxpresso for several years and there is something i can't figure out how to do that I have done with previous development environments. I want to have two projects that have each have a set of distinct modules while the share modules such as CAN Bus communications, accessing flash memory, etc. How do i set this up in LPCXpresso?
I have been using #defines and then generate two different sets of code but that is not the easiest way to handle this situation.