Lincoln CMSIS Examples
From Manuals
(Difference between revisions)
| Line 71: | Line 71: | ||
|[[Lincoln pwm_single Example|pwm_singleedge]] | |[[Lincoln pwm_single Example|pwm_singleedge]] | ||
|Demonstrates PWM in single edge mode | |Demonstrates PWM in single edge mode | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |[[Image:checkmark.gif]] | ||
| + | |- | ||
| + | |[[Lincoln pwr_extint_sleep Example|pwr_extint_sleep]] | ||
| + | |Demonstrates how to enter system in sleep mode and wake-up by using an external interrupt. | ||
|[[Image:checkmark.gif]] | |[[Image:checkmark.gif]] | ||
|[[Image:checkmark.gif]] | |[[Image:checkmark.gif]] | ||
Revision as of 13:59, 9 April 2012
The Micromint Lincoln includes an extensive set of code examples using CMSIS to help you get started with your applications. This table summarizes the examples available for different models of the Lincoln line. Our support staff ( support@micromint.com) can assist you with questions on specific functions.
| Example | Description | Lincoln 60E | Lincoln 60 |
|---|---|---|---|
| adc_burst | Analog to Digital Converter | ||
| adc_dma | Analog to Digital Converter | ||
| adc_hardware_trigger | Analog to Digital Converter | ||
| adc_int | Analog to Digital Converter | ||
| adc_polling | Analog to Digital Converter | ||
| gpio_blinky | Blink the on board User LEDs | ||
| can_twokit | CAN Bus exercise | ||
| dac | 10-bit Digital to Analog Converter | ||
| emac_uip | Simple uIP web server | ||
| hello | Simple console output | ||
| pwm_dualedge | Demonstrates PWM in edge and single mode | ||
| pwm_matchint | Demonstrates PWM Match function in interrupt mode | ||
| pwm_singleedge | Demonstrates PWM in single edge mode | ||
| pwr_extint_sleep | Demonstrates how to enter system in sleep mode and wake-up by using an external interrupt. | ||
| rtc | Simple Real Time Clock demonstration | ||
| sd_card | microSD card using FAT file system | ||
| timer | Timer interrupts | ||
| uart_echo | UART interrupts | ||
| usb_dev_hid | USB Human Interface Device | ||
| usb_dev_msc | USB Device Mass Storage Demo | ||
| usb_host_msc | USB Host Mass Storage Demo | ||
| watchdog | Watchdog example |
(*) Included with the I/O Plus option
