Closed Srrarr closed 2 years ago
Hello, I was trying to program ATsaml21e17b in linux with Atmel-ICE. I use the following command: ./edbg -b -p -v -f Name.hex -t saml21
I get this output _Debugger: ATMEL Atmel-ICE CMSIS-DAP J41800115186 1.0 (SJ) Clock frequency: 16.0 MHz Error: unknown target device (DSUDID = 0x1081021a)
That's this mean I can not use this tool with this micro?
Thanks.
I've added support for this part, it should work now.
Also, this tool does not support hex files, it only supports raw binary files.
Thank you very much!
Hello, I was trying to program ATsaml21e17b in linux with Atmel-ICE. I use the following command: ./edbg -b -p -v -f Name.hex -t saml21
I get this output _Debugger: ATMEL Atmel-ICE CMSIS-DAP J41800115186 1.0 (SJ) Clock frequency: 16.0 MHz Error: unknown target device (DSUDID = 0x1081021a)
That's this mean I can not use this tool with this micro?
Thanks.