Hi,
I'm currently writing code for an MSP430F5419 using CCS 4.1.2.
Were trying to split the work up into application code and low-level driver code and maintain a distinct sepeartion between the two having a seperate project for each.
Originally I was going to acheive this by having the driver project compile to a libabry which is incoprated into the application project. However I now realise that the driver project will probably have to maintain state and have it's own associated variables etc meaning it can't be implemented in a libabry.
I'm still keen to keep the sepearation between the two pieces of work, is it possible to keep the two seperate projects but have them linked to form one output? Or I'd be happy to have any suggestions on how best to approach this?
Regards,
Ben