I am looking to use SAM4S series microcontroller by Atmel/Microchip and trying to program it using Arduino IDE.
- Can I use the bootloader provided by Adafruit for Feather M4 Express [uses SAMD51] or Feather M4 Can Express [uses SAME51] both of which are ARM Cortex M4 based just like the SAM4S series?
If yes, how do I work around few different features such as different FLASH memory and RAM of my SAM4S16B IC compared to that of SAMD51 or SAME51?
Could you suggest any other ways for using SAM4S with Arduino IDE? I, personally, did not find any direct resources for the same.
Is it even possible to use SAM4S with Arduino IDE provided that I don't have to write my own bootloader or API's etc?
Appreciate your help in the matter. Thank you.