4 years, 6 months ago.

How to use mbed for ATSAMC21

I'm new to mbed, but it looks very promising, so I'd like to use it for my next project.

I'm using ATSAMC21E18A, ATSAME51J20A, and ATSAME70N21 MCU's. Is mbed supported for these microcontrollers?

In https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_Atmel/TARGET_SAM_CortexM0P I can see a couple of ATSAMD targets are already supported, however, I can't find my SAMC targets. What would it take to configure a SAMC target? They only differ to SAMD series in some peripherals.

Many thanks for your help!

1 Answer

4 years, 6 months ago.

Hi Jelle,

This folder already shows all the Atmel target Mbed supports now, if you would like to use ATSAMC target, you might need to do a bit porting for new target, please refer the porting guide here.

https://os.mbed.com/docs/mbed-os/v5.14/porting/index.html

Regards, Desmond