SEARCH
TOOLBOX
LANGUAGES
modified on 12 April 2012 at 16:06 ••• 112,044 views

Lincoln CMSIS Examples

From Manuals

(Difference between revisions)
Jump to: navigation, search
Line 31: Line 31:
|[[Lincoln ADC Polling Example|adc_polling]]
|[[Lincoln ADC Polling Example|adc_polling]]
|Analog to Digital Converter
|Analog to Digital Converter
-
|[[Image:checkmark.gif]]
 
-
|[[Image:checkmark.gif]]
 
-
|-
 
-
|[[Lincoln Blinky Example|gpio_blinky]]
 
-
|Blink the on board User LEDs
 
|[[Image:checkmark.gif]]
|[[Image:checkmark.gif]]
|[[Image:checkmark.gif]]
|[[Image:checkmark.gif]]
Line 73: Line 68:
|[[Image:checkmark.gif]]
|[[Image:checkmark.gif]]
|[[Image:xmark.gif]]
|[[Image:xmark.gif]]
 +
|-
 +
|[[Lincoln gpdma_flash2ram Example|gpdma_flash2ram]]
 +
|Demonstrates transferring data from Flash to Ram memory.
 +
|[[Image:checkmark.gif]]
 +
|[[Image:checkmark.gif]]
 +
|-
 +
|[[Lincoln gpdma_linklist Example|gpdma_linklist]]
 +
|Demonstrates how to use a link list with the genral purpose DMA.
 +
|[[Image:checkmark.gif]]
 +
|[[Image:checkmark.gif]]
 +
|-
 +
|[[Lincoln gpdma_ram2ram Example|gpdma_ram2ram]]
 +
|Demonstrates transferring data from a location in RAM to a new location in RAM memory.
 +
|[[Image:checkmark.gif]]
 +
|[[Image:checkmark.gif]]
 +
|-
 +
|[[Lincoln gpdma_sleep Example|gpdma_sleep]]
 +
|Demonstrates transferring data from RAM to RAM in sleep mode.
 +
|[[Image:checkmark.gif]]
 +
|[[Image:checkmark.gif]]
 +
|-
 +
|[[Lincoln Blinky Example|gpio_blinky]]
 +
|Blink the on board User LEDs
 +
|[[Image:checkmark.gif]]
 +
|[[Image:checkmark.gif]]
 +
|-
 +
|[[Lincoln GPIO Interrupt Example|gpio_int]]
 +
|Blink the on board User LEDs
 +
|[[Image:checkmark.gif]]
 +
|[[Image:checkmark.gif]]
|-
|-
|[[Lincoln hello Example|hello]]
|[[Lincoln hello Example|hello]]

Revision as of 19:33, 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.

Lincoln Examples
Example Description Lincoln 60E Lincoln 60
adc_burst Analog to Digital Converter Image:checkmark.gif Image:checkmark.gif
adc_dma Analog to Digital Converter Image:checkmark.gif Image:checkmark.gif
adc_hardware_trigger Analog to Digital Converter Image:checkmark.gif Image:checkmark.gif
adc_int Analog to Digital Converter Image:checkmark.gif Image:checkmark.gif
adc_polling Analog to Digital Converter Image:checkmark.gif Image:checkmark.gif
can_twokit CAN Bus exercise Image:checkmark.gif(*) Image:checkmark.gif(*)
dac_dma Demonstrates DMA transfers data to 10 bit DAC. Image:checkmark.gif Image:checkmark.gif
dac_sinewave_test Generating a sine wave using the 10-bit DAC. Image:checkmark.gif Image:checkmark.gif
dac_wavegenerate Generating a sine, a triangle, or a escalator wave. Image:checkmark.gif Image:checkmark.gif
emac_easyweb Displays ADC channel 0 and 1 as a bar graph on a webpage. Image:checkmark.gif Image:xmark.gif
uip_webserver Simple uIP web server Image:checkmark.gif Image:xmark.gif
raw Tests test the EMAC driver with a raw packet frame format. Image:checkmark.gif Image:xmark.gif
gpdma_flash2ram Demonstrates transferring data from Flash to Ram memory. Image:checkmark.gif Image:checkmark.gif
gpdma_linklist Demonstrates how to use a link list with the genral purpose DMA. Image:checkmark.gif Image:checkmark.gif
gpdma_ram2ram Demonstrates transferring data from a location in RAM to a new location in RAM memory. Image:checkmark.gif Image:checkmark.gif
gpdma_sleep Demonstrates transferring data from RAM to RAM in sleep mode. Image:checkmark.gif Image:checkmark.gif
gpio_blinky Blink the on board User LEDs Image:checkmark.gif Image:checkmark.gif
gpio_int Blink the on board User LEDs Image:checkmark.gif Image:checkmark.gif
hello Simple console output Image:checkmark.gif Image:checkmark.gif
pwm_dualedge Demonstrates PWM in edge and single mode Image:checkmark.gif Image:checkmark.gif
pwm_matchint Demonstrates PWM Match function in interrupt mode Image:checkmark.gif Image:checkmark.gif
pwm_singleedge Demonstrates PWM in single edge mode Image:checkmark.gif Image:checkmark.gif
pwr_extint_sleep Demonstrates how to enter sleep mode and wake-up by using an external interrupt. Image:checkmark.gif Image:checkmark.gif
pwr_nmi_powerdown Demonstrates how to enter PowerDown mode and wake-up using NMI. Image:checkmark.gif Image:checkmark.gif
pwr_rtc_deeppwd Demonstrates how to enter Deep PowerDown mode and wake-up by using the RTC. Image:checkmark.gif Image:checkmark.gif
pwr_wdt_deepsleep Demonstrates how to enter DeepSleep mode and wake it up by using WDT Interrupt. Image:checkmark.gif Image:checkmark.gif
rtc_alarm Simple Real Time Clock demonstration Image:checkmark.gif Image:checkmark.gif
rtc_calibration Demonstrates how to calibrate real-time clock. Image:checkmark.gif Image:checkmark.gif
spi_sd_ffs Demonstrates using the FAT File System with a micro SD card. Image:checkmark.gif Image:checkmark.gif
spi_sdcard Demonstrates using SPI to read a micro SD card's CID register. Image:checkmark.gif Image:checkmark.gif
timer Timer interrupts Image:checkmark.gif Image:checkmark.gif
uart_echo UART interrupts Image:checkmark.gif Image:checkmark.gif
usbdev_cdc Demonstrates the USBDEV port as a virtual COM port. Image:checkmark.gif Image:checkmark.gif
usbdev_hid USB Human Interface Device Image:checkmark.gif Image:checkmark.gif
usbdev_mass_storage USB Device Mass Storage Demo Image:checkmark.gif Image:checkmark.gif
usb_host_msc USB Host Mass Storage Demo Image:checkmark.gif Image:checkmark.gif
wdt_int Demonstrates the use of WDT to generate interrupt after a specific time. Image:checkmark.gif Image:checkmark.gif
wdt_reset Demonstrates the use of WDT to generate chip reset after avspecific time. Image:checkmark.gif Image:checkmark.gif

(*) Included with the I/O Plus option