That device is not supported by software.
At first glance it requires JTAG and indeed the programmer firmware has some JTAG commands:
JTAG_SET_MODE , JTAG_SEND_CMD , JTAG_XFER_DATA , JTAG_XFER_F_DATA
Wether these are sufficient for implementing a programming algorithm I don't know.
The intention was to support the PIC32 platform, however that activity is currently on hold.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-02-12
Thanks for the reply Alberto
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
What functionality does the firmware have for JTAG programming a AT91SAM71L
Regards Richard
Last edit: Richard 2021-02-11
That device is not supported by software.
At first glance it requires JTAG and indeed the programmer firmware has some JTAG commands:
JTAG_SET_MODE , JTAG_SEND_CMD , JTAG_XFER_DATA , JTAG_XFER_F_DATA
Wether these are sufficient for implementing a programming algorithm I don't know.
The intention was to support the PIC32 platform, however that activity is currently on hold.
Thanks for the reply Alberto