in the past ( A couple of years ago I just dicovered) I have done a couple of simple project things with ASF.
Back then All I did was create a project ( in my case it was a cdc device for an arm controller )
Now I want to make a more complex thing, again with an ARM controller.
I do prefer working in small steps as I occasionally only can spend some evening hours on coding so do not want to tkae big steps and get co0mpletely lost when things go wrong.
I want to again do a CDC device, first get that working, and then add for instance the FatFS parts to the project.
Is that possible without having to restart from scratch and copy my own work into the new project?
and what things do I have to look out for when doing it this way?
Till now I have only done coding on AVR8 bit devices, so I never really used the ASF for making projects or upgrading.