Hello list, What is the status of SAMD support? I am working with an ATSAMD09C13A, and I got blinky working <https://github.com/InterstitialTech/seismobot-firmware>; now I am interested in using the USART. There is a libopencm3/sam/usart.h <https://github.com/libopencm3/libopencm3/blob/master/include/libopencm3/sam/usart.h>, but no definitions for USART0_BASE, etc. I figured out that they're called SERCOM0, etc in libopencm3/sam/d/memorymap.h <https://github.com/libopencm3/libopencm3/blob/master/include/libopencm3/sam/d/memorymap.h>, but even with this re-mapping I am running into errors.
Does anyone have an example of USART working on SAMD? _chris
_______________________________________________ libopencm3-devel mailing list libopencm3-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libopencm3-devel