代码搜索结果

找到约 2,001 项符合 STM32 的代码

boot_flash.tra

*** Creating Trace Output File 'BOOT_FLASH.tra' Ok. ### Preparing for ADS-LD. ### Creating ADS-LD Command Line ### List of Objects: adding '"stm32f10x_usart.o"' ### List of Objects: adding '"stm32

stm32f10x_md_flash_offset.ld

/* Default linker script for STM32F10x_128_20K Copyright RAISONANCE S.A.S. 2008 */ /* include the common STM32F10x sub-script */ /* Common part of the linker scripts for STM32 devices*/

dfu.dbi

[Application] ApplicationPath=obj\DFU.elf CSX=0 HighBankAddr=400000 BootMode=0 Format=ELF CodeOffset=0x0 DataOffset=0x0 LoaderTool=ARM Target=ARM DebugTool=RLINK_CORTEX [Device] Name=STM32

说明.h.bak

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // 说明: 编译器 IAR EWARM4.42A // 选择 Debug 为 软件仿真。 // 选择 Release 为 硬件仿真 开发板为万利的EK STM32 // 硬件仿真是用定时器2

main.c

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // 说明: 编译器 IAR EWARM4.42A // 选择 Debug 为 软件仿真。 // 选择 Release 为 硬件仿真 开发板为万利的EK STM32 // 硬件仿真是用定时器2

test.htm

Static Call Graph - [C:\Documents and Settings\Think User\桌面\STM32\test.axf] Static

wkup.c

#include "wkup.h" #include "led.h" #include "delay.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //待机唤醒 驱动

mouse.c

#include "mouse.h" #include "usart.h" #include "lcd.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //鼠标 驱动代

dma.h

#ifndef __DMA_H #define __DMA_H #include "sys.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //DMA 驱动代码