Hi
I am working on Arduino Due (ATSAM3x8E)interface with a Wireless module . I am using SPI protocol for this interface.
I want to port FreeRTOS in to this. I also want to add driver for this wireless module.
I already have the source code which i build in Atmel Studio IDE. I tried programming/Downlaoding from Atmel Studio but it require JTAG/J-Link.
Since i don't have one i need to program without that. So i am using Arduino IDE for building the code.
But it found lot of limitation in that
So i need to solve my problem using either of this below mentioned solution:
1) Some tool like AX Loader which will directly flash hex file on Arduino Due. I tried AXLoader but it does not support Arduino Due.
AXLoader can be used for Uno and some other Arduino boards only.
2) Some way to add the new library files in Directory structure. Since my source code contains multiple files in same name i can't add the library files individually. So is there any option to add the library in directory structure?
Any one of the 2 solution is favorable.
Is there any other ways to solve this issue?