probe-rs icon indicating copy to clipboard operation
probe-rs copied to clipboard

Add support for Microchip SAM L10/L11

Open olanod opened this issue 2 years ago • 3 comments

I'm working on implementing a HAL for the SAML11 using the Xplained Pro evaluation kit and it would be great to have support from probe-rs. I'm relatively new to the Rust embedded ecosystem(and embedded in general) so I don't know what is needed to add support but happy to help in any way I can.

probe-run --list-probes detects the dev board:

[0]: EDBG CMSIS-DAP (VID: 03eb, PID: 2111, Serial: ATML3138071800003086, CmsisDap)

olanod avatar Nov 14 '23 10:11 olanod

You can generate it with target-gen :)

Yatekii avatar Nov 14 '23 14:11 Yatekii

The CMSIS-Pack for the SAML11 didn't include a flash algorithm so target-gen didn't work for me. As I'm not qualified to write a flash loader I'll leave it open for anyone who might want to volunteer. :)
It seems edbg supports this chip so I'll give that a try in the meantime.

olanod avatar Nov 15 '23 17:11 olanod

I have an L10, I can probably manage that. Probably not the L11's fancy additions, though.

bugadani avatar May 02 '24 22:05 bugadani