I am getting right now very confused. If I use the IDE I have to implement my sketches in C++, right? I know not using the Arduino IDE makes no sense but I don't want to use classes.
I know not using the Arduino IDE makes no sense but I don't want to use classes.
You don't need to know anything about how to define a class, or what object oriented programming is about to be able to use Serial.print(). Well, Serial is an instance of the HardwareSerial class.
So, classes are not big hairy monsters that are trying to frighten you. If you don't want to develop classes, don't. The setup() and loop() functions are pure C. analogWrite(), digitalRead(), pinMode() are functions. Not a class in sight.
So, you are right. Not using the Arduino IDE does not make sense. Even if you don't want to use classes.
thanks for the advice. I switched to the plugin from Jantje. I think this handles a lot of configuration work for you and it works well for the Sam cores.
@ajeetpalsingh the link you posted just leads to an electronic website that sells the Due? How this should help me?
I use the plugin of Jantje and have been very happy with it, for both AVR and SAM boards.
The link I pointed to looks equally good and will be keen to give that a try in the coming days, as long as it will do the DUE boards.