I wish to use my SODAQ with Atmel Studio 7. For me the Arduino ‘IDE’ is rather too limited. However, I already have a Sketch.
So, in my simple world I would like to import this Sketch. When creating a project there is the ‘Import from Arduino Sketch’ option. I can then choose SODAQ ONE from the menu! Wow, but it then gives me an error, saying the board is not supported . So, instead I have tried all options for Arduino M0 * and Arduino/Genuino Zero *, without luck… The project is created, but whatever I try, I get errors when compiling. Well I expected some, but what I don’t understand is the error in USBCore.o, with the objects EPINTENSET and EPINTFLAG. Apparently it misses members for these registers (STALL0, STALL1, TRCPT0, etc…).
Should I define a special symbol for compiling? Or do I miss a library? Any help is welcome!