Sorry if this is a noobie question but I've been trying to get this set up for a few days and I'm still struggling.
I haven't done embedded C in a couple of years and I'm trying to get back into it. I'm using a SAMD21E18 microcontroller which I want to program in C. I've been able to setup the IDE and compiler, and flashed some very basic code to the board to test everything. Thats all working fine.
My problem is that I can't figure out how to add the correct header files to my project. A good guide that I've been following is this. In the "Startup, System and Linker files" section, they write "From the SDK copy the system, startup and linker files to the project folder", but they don't really explain where to find them. I've been able to locate the startup and system files but I'm struggling to find the header files. Is anyone able to offer some advice on how I could find or generate these?