如何使用 USB 上的示例程序对我的 atmel 开发板进行编程

How do I program my atmel develper board with sample program on the usb

我已经成功编译了一个示例程序,它带有开发板。我还通过 putty 和 运行 工厂板上的可执行文件连接到板。但是我显然无法将我的 elf 文件推送到板上,因为缺少 debug/programming 接口。我不知道是什么问题。我在安装驱动之前关闭了Win7的防火墙和防御者。附上几张照片;我需要购买 JTAG 转 USB 电缆吗?现在,我只是通过板上的 USB 接口连接到板上。但是该板带有 JATG 和 miniJTAG。 @DigiNinja-我有 AT97SC3205T-SDK2。你也可以评论防火墙吗?我需要一直关闭 win firewall 和 defender 还是只在安装 USB 驱动程序时关闭? 我张贴了一张电路板的图片和所有其他接口。 我需要 these 之一吗 这是设备编程选项的图片:

@all- 谢谢。我有一个起点。我现在需要阅读文档。

用户指南提供了您需要的信息,可在此处下载:http://www.atmel.com/Images/Atmel-8528-TPM-I2C-SPI-Development-Kit-UserGuide.pdf

来自用户指南: "The USB bootloader remains pre-programmed in ROM memory. This bootloader may be used to either reload the TPM demonstration software images or to load the SAM4S ARM demonstration software. The kit has a JTAG connector that can be detached from the kit and connected to the mini JTAG connector on the board. This will allow the reprogramming of the SAM4S ARM."

这意味着您应该能够使用预加载的 USB 引导加载程序加载新的软件映像。如果您不想使用引导加载程序或它已被删除,那么您将需要使用 JTAG。

来自用户指南:"For more advanced in-system programming techniques, the In-System Programmer SAM JTAG ICE combined with Atmel Studio® can be utilized over the provided JTAG interface port to exercise complete programming control over the processor."