In Atmel Studio 7.0, will you put your project files format similar to atmel start where you will have
folder such as
include > to have all .h files here
src > to have multiple splitted .c file here
util > to have some application .c here
I find this way is more difficult to focus and debug as variable is spreaded in multiple files and need to know where to put extern.
But this seem to be easier to copy for future project and ease portability. Any advice and tips what shall be the better way.