Eagle Examples
From Manuals
(Difference between revisions)
| (11 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | 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. | + | The Micromint Eagle includes an extensive set of code examples using StellarisWare 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. |
{| border="1" cellpadding="2" cellspacing="2" | {| border="1" cellpadding="2" cellspacing="2" | ||
| Line 6: | Line 6: | ||
!Example | !Example | ||
!Description | !Description | ||
| - | |||
| - | |||
!Eagle 100 | !Eagle 100 | ||
| + | !Eagle 50E | ||
| + | !Eagle 50 | ||
|- | |- | ||
|[[Eagle ADC Example|adc]] | |[[Eagle ADC Example|adc]] | ||
| Line 28: | Line 28: | ||
|[[Image:checkmark.gif]] | |[[Image:checkmark.gif]] | ||
|- | |- | ||
| - | |[[Eagle | + | |[[Eagle Bitband_Example|bit_band]] |
|Grouping bits together | |Grouping bits together | ||
|[[Image:checkmark.gif]] | |[[Image:checkmark.gif]] | ||
| Line 99: | Line 99: | ||
|[[Image:checkmark.gif]] | |[[Image:checkmark.gif]] | ||
|[[Image:xmark.gif]] | |[[Image:xmark.gif]] | ||
| - | - | + | |- |
|[[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 hibernate Example|hibernate]] | ||
| + | |Hibernation | ||
| + | |[[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 timers counter Example|timers_counter]] | ||
| + | |Using timers as counters | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Eagle timers PWM Example|timers_pwm]] | ||
| + | |Using timers to generate a PWM | ||
| + | |[[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]] | ||
|} | |} | ||
| + | (*) Included with the I/O Plus option | ||
Current revision as of 16:57, 2 March 2012
The Micromint Eagle includes an extensive set of code examples using StellarisWare 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 100 | Eagle 50E | Eagle 50 |
|---|---|---|---|---|
| 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 | Hibernation | |||
| 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 | |||
| timers_counter | Using timers as counters | |||
| timers_pwm | Using timers to generate a PWM | |||
| uart_echo | UART interrupts | |||
| watchdog | Watchdog example |
(*) Included with the I/O Plus option
