Welcome![Sign In][Sign Up]
Location:
Search - Stellaris

Search list

[Other resourceStellaris

Description: Stellaris公司推出1美元ARM,这是Stellaris驱动库源程序,包括所有的内设的部件驱动如adc,flash,i2c,gpio等等在开发的时候直接调用其提供的接口函数就可以了,大幅度缩短开发周期。-Stellaris company introduced Australian dollar ARM, This is the source Stellaris drive, including all the internal components such as drive adc, flash, i2c, gpio, etc. in the development of its call for direct interface function could. significantly reduce the development cycle.
Platform: | Size: 716294 | Author: 郑磊 | Hits:

[Other resourceStellaris

Description: 选择Stellaris(群星)系列微控制器的理由
Platform: | Size: 213552 | Author: 赵武 | Hits:

[Other resourceStellaris

Description: Stellaris驱动库用户指南,基于周立功公司的EasyARM615开发套件
Platform: | Size: 1072498 | Author: 陈德磊 | Hits:

[Network DevelopStellaris驱动库用户指南

Description: Stellaris驱动库用户指南,各个驱动接口的使用方法
Platform: | Size: 1078631 | Author: lanejim | Hits:

[SCMStellaris

Description: Stellaris公司推出1美元ARM,这是Stellaris驱动库源程序,包括所有的内设的部件驱动如adc,flash,i2c,gpio等等在开发的时候直接调用其提供的接口函数就可以了,大幅度缩短开发周期。-Stellaris company introduced Australian dollar ARM, This is the source Stellaris drive, including all the internal components such as drive adc, flash, i2c, gpio, etc. in the development of its call for direct interface function could. significantly reduce the development cycle.
Platform: | Size: 715776 | Author: 郑磊 | Hits:

[Linux-Unixsw02034-920

Description: 周立功ARM Stellaris驱动库源程序-Week Ligong ARM Stellaris driver library source code
Platform: | Size: 715776 | Author: jaing | Hits:

[ARM-PowerPC-ColdFire-MIPSDK-LM3S101

Description: Stellaris Luminary Micro 系列之 DK-LM3S101 多个学习范例全都是基于 Keil 工程版的范例, 附 LM3S101_Kit 原理图,而范例内容列举如下: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S101 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 等-Stellaris Luminary Micro Series DK-LM3S101 example of a number of study are engineering-based version of the Keil example LM3S101_Kit attached schematic diagram, and examples of content are listed below: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S101 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog, etc.
Platform: | Size: 328704 | Author: kly | Hits:

[ARM-PowerPC-ColdFire-MIPSDK-LM3S811

Description: Stellaris Luminary Micro 系列之 DK-LM3S811 多个学习范例全都是基于 Keil 工程版的范例, 而范例内容列举如下: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S811 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 12.PWMgen 13.I2C_Atmel 等-Stellaris Luminary Micro Series DK-LM3S811 example of a number of study are engineering-based version of the Keil examples, and examples of content are listed below: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S811 8. SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 12.PWMgen 13.I2C_Atmel, etc.
Platform: | Size: 361472 | Author: kly | Hits:

[Other Embeded programLM3S_LibrarySourceCode

Description: Stellaris Luminary Micro ARM 系列的 Library Source Code.-Stellaris Luminary Micro ARM Series Library Source Code.
Platform: | Size: 156672 | Author: kly | Hits:

[OtherStellaris

Description: 选择Stellaris(群星)系列微控制器的理由-Select Stellaris (Stars) series microcontrollers reasons
Platform: | Size: 212992 | Author: 赵武 | Hits:

[OtherStellaris

Description: Stellaris驱动库用户指南,基于周立功公司的EasyARM615开发套件-Stellaris Driver Library User s Guide, based on the week s Ligong EasyARM615 Development Kit
Platform: | Size: 1072128 | Author: 陈德磊 | Hits:

[ARM-PowerPC-ColdFire-MIPSStellaris_LM3S8962_Evaluation_Board_USER_MANUAL.ra

Description: luminary 厂家的Stellaris LM3S8962 Evaluation Board 用户手册-luminary manufacturers Stellaris LM3S8962 Evaluation Board User Manual
Platform: | Size: 1340416 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSeasyarm1138GPIO

Description: 是easyarm1138的通用输入输出口实例 例程是基于《Stellaris系列驱动库》编写的。 对LED和KEY的编程,采用封装好“驱动库”模式,只要在工程里添加LED和KEY的驱动程序,就能运用自如。 例如对LED的操作就很简单: LED_Init(LED1) // 只初始化LED1,而对LED2和LED3所在的GPIO管脚无影响 LED_Init(LED1 | LED2 | LED3) // 同时初始化3只LED LED_On(LED2 | LED3) // 同时点亮LED2和LED3,而LED1的状态保持不变 此外还有LED_Off()和LED_Toggle()两个操作函数,用法都是类似的。 -Is a common input and output easyarm1138 mouth routine is based on the examples of Stellaris Series driver library prepared. KEY on the LED and programming, using a good package, Treasury-driven model, as long as the engineering and KEY add LED driver can be with ease. For example, LED operation is very simple: LED_Init (LED1)// only initialize LED1, while LED2 and LED3 pin GPIO where no effect LED_Init (LED1 | LED2 | LED3)// At the same time initialization 3 LED LED_On (LED2 | LED3)// At the same time, lit LED2 and LED3, and LED1 status remains unchanged in addition to LED_Off () and LED_Toggle () function of the two operations, usage are similar.
Platform: | Size: 81920 | Author: 曾祥林 | Hits:

[SCM32RTCTiming

Description: 基于《Stellaris外设驱动库》的例程:定时器32位RTC用法示例 该程序演示了如何使用定时器配置为32为RTC模式,并使用RTC定时器产生匹配中断。-Based on " Stellaris peripheral driver library" of routines: 32-bit RTC timer usage example of the program demonstrated how to use the timer is configured to 32 for the RTC mode, and use the RTC timer interrupt generated match.
Platform: | Size: 12288 | Author: 小陈 | Hits:

[ARM-PowerPC-ColdFire-MIPSStellaris_Driver_lib_cn

Description: Stellaris驱动库用户指南-中文版,详细介绍了驱动库的每一个API函数的参数及用法,另附一个GPIO的使用实例文档-无
Platform: | Size: 1127424 | Author: lq | Hits:

[Embeded-SCM DevelopLM3STimer16BitPeriodic

Description: 基于《Stellaris外设驱动库》的例程:定时器16位周期定时示例 本实验程序演示了如何使用定时器实现周期性中断。定时器从装载值递减至0后产生一次中断,在中断处理函数中翻转一次LED1。LED1指示灯指示了每次中断及中断的速率。-Based on " Stellaris peripheral driver library" of routines: 16-bit cycle timer example of the experimental procedures from time to time to demonstrate how to use the realization of periodic interrupt timer. Timer from the carrying value down to 0 after the first interruption, interrupt handling function in the first flip LED1. Each indicator LED1 indicates the rate of interruption and disruption.
Platform: | Size: 11264 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSDriver

Description: TI Stellaris ARM Cortex-M3 example code for JTAG lock to protect your code.
Platform: | Size: 1024 | Author: Stan | Hits:

[Other Embeded programLM1739-SourceCode

Description: 一个专为 Luminary Micro Stellaris microcontrollers 之 ARM Cortex-M3 开发的超小的 rtos ( 1.5 K flash )-It is a small (about 1.5K flash) RTOS designed exclusively for the Luminary Micro Stellaris microcontrollers with their ARM Cortex-M3 implementation.
Platform: | Size: 300032 | Author: michael | Hits:

[SCMDatasheet-LM3S9B96

Description: TI Stellaris LM3S9B96 的 Datasheet,该 MCU 使用 ARM 公司 Cortex-M3 内核,为新的一代 MCU。-TI Stellaris LM3S9B96 the Datasheet, the MCU to use ARM' s Cortex-M3 core, as a new generation MCU.
Platform: | Size: 8241152 | Author: 毋丽娜 | Hits:

[ARM-PowerPC-ColdFire-MIPSKEILmodule

Description: Stellaris 系列 M3内核MCU的Keil工程模板-Stellaris family M3 core MCU, Keil project templates
Platform: | Size: 827392 | Author: zl | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net