📄 abstract.txt
字号:
The Blinky project is an example program for the AT91SAM9260
using Atmel AT91SAM9260-EK Evaluation Board and demonstrating
interrupt usage.
Example functionality:
- 1 LED blinks
- time of LED switching is determined by Programmable Interrupt
Timer (PIT) working in interrupt mode
The Blinky program is available for different targets:
SAM9260 Int RAM: configured for on-chip RAM (2*4kB)
(used for target debugging)
SAM9260 Ext SDRAM: configured for external SDRAM (64MB)
downloaded to external DataFlash (8.25MB)
(used for target debugging and production)
Notes:
- For "SAM9260 Ext SDRAM" target if Debug is selected the code is
loaded to External SDRAM and debugging happens there, if
Download to Flash Memory is selected the code downloads to
External DataFlash
- Bootloader has to be downloaded to flash for "SAM9260 Ext SDRAM"
version to work as standalone. This is done by opening
Bootloader project and clicking on "Download to Flash Memory"
button.
- Atmel's Flash Utility AT91-ISP can also be used for downloading
binary files to DataFlash
How to start:
1. Open Bootloader project and click on "Download to Flash Memory"
button
2. Select "SAM9260 Ext SDRAM" target in this project and click on
"Download to Flash Memory" button
3. Reset the board
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -