Eagle Examples
From Manuals
(Difference between revisions)
| Line 101: | Line 101: | ||
|- | |- | ||
|[[Eagle enet_snmp Example|enet_snmp]] | |[[Eagle enet_snmp Example|enet_snmp]] | ||
| - | |Simple Network Management | + | |Simple Network Management Protocol |
|[[Image:checkmark.gif]] | |[[Image:checkmark.gif]] | ||
|[[Image:checkmark.gif]] | |[[Image:checkmark.gif]] | ||
|[[Image:xmark.gif]] | |[[Image:xmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle enet_tftpd Example|enet_tftpd]] | ||
| + | |TFTP server using lwIP | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:xmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle enet_uip Example|enet_uip]] | ||
| + | |Simple uIP web server | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:xmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle gpio_jtag Example|gpio_jtag]] | ||
| + | |Switch between GPIO and JTAG | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle hello Example|hello]] | ||
| + | |Simple console output | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle hibernat Example|hibernate]] | ||
| + | |Hybernation | ||
| + | |[[Image:xmark.gif]] | ||
| + | |[[Image:checkmark.gif]](*) | ||
| + | |[[Image:checkmark.gif]](*) | ||
| + | |- | ||
| + | |[[Eagle i2c_atmel Example|i2c_atmel]] | ||
| + | |i2c synchronous serial I/O to EEPROM | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle interrupts Example|interrupts]] | ||
| + | |Demonstrate use of interrupts | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle kpad_lcd Example|kpad_lcd]] | ||
| + | |Keypad and LCD I/O using CPLD or GPIO | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle mpu_fault Example|mpu_fault]] | ||
| + | |Memory Protection Unit | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle pwm_gen Example|pwm_gen]] | ||
| + | |Generate PWM using bit banging | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle rs232_485 Example|rs232_485]] | ||
| + | |RS232-RS485 switch | ||
| + | |[[Image:xmark.gif]] | ||
| + | |[[Image:checkmark.gif]](*) | ||
| + | |[[Image:checkmark.gif]](*) | ||
| + | |- | ||
| + | |[[Eagle sd_card Example|sd_card]] | ||
| + | |microSD card using FAT file system | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle ser2enet Example|ser2enet]] | ||
| + | |Serial to Ethernet converter | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:xmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle timers Example|timers]] | ||
| + | |Timer interrupts | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle uart_echo Example|uart_echo]] | ||
| + | |UART interrupts | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle watchdog Example|watchdog]] | ||
| + | |Watchdog example | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
|} | |} | ||
Revision as of 15:22, 17 June 2010
The Micromint Eagle includes an extensive set of code examples to help you get started with your applications. This table summarizes the examples available for different models of the Eagle line. Our support staff ( support@micromint.com) can assist you with questions on specific functions.
| Example | Description | Eagle 50 | Eagle 50E | Eagle 100 |
|---|---|---|---|---|
| adc | Analog to Digital Converter | |||
| aes_expanded_key | AES Pre-expanded Key | |||
| aes_set_key | AES Normal Key | |||
| bit_band | Grouping bits together | |||
| blinky | Blink on-board LED | |||
| boot_eth | Ethernet bootloader | |||
| boot_serial | Serial bootloader | |||
| cpld_isa | Access PC/104 board | |||
| cpld_monitor | Monitor events in CPLD | |||
| cpld_update | Update CPLD firmware | |||
| cpld_xio | LCD interfacing using Extended I/O | |||
| dac_ssi | Digital to Analog Converter | |||
| enet_io | Control GPIOs using lwIP web server | |||
| enet_lwip | Simple lwIP web server | |||
| enet_ptpd | Precision Time Protocol using lwIP | |||
| enet_snmp | Simple Network Management Protocol | |||
| enet_tftpd | TFTP server using lwIP | |||
| enet_uip | Simple uIP web server | |||
| gpio_jtag | Switch between GPIO and JTAG | |||
| hello | Simple console output | |||
| hibernate | Hybernation | |||
| i2c_atmel | i2c synchronous serial I/O to EEPROM | |||
| interrupts | Demonstrate use of interrupts | |||
| kpad_lcd | Keypad and LCD I/O using CPLD or GPIO | |||
| mpu_fault | Memory Protection Unit | |||
| pwm_gen | Generate PWM using bit banging | |||
| rs232_485 | RS232-RS485 switch | |||
| sd_card | microSD card using FAT file system | |||
| ser2enet | Serial to Ethernet converter | |||
| timers | Timer interrupts | |||
| uart_echo | UART interrupts | |||
| watchdog | Watchdog example |
