搜索资源列表
Source
- stm32 RTC程序,利用串口显示一个实时时钟包含main.c和stm32f10x_it.c,其他为STM32启动文件和库文件,KEILv4.10编译通过-stm32 RTC program, the use of the serial port to display a real-time clock contains main.c and stm32f10x_it.c other STM32 start and library files, KEILv4.10 compiled by
STM32-startup-note
- 对STM32的启动文件的解释。给出清晰注释-Startup files for STM32 explanation. Give clear notes
STM32_start
- stm32启动文件,在源码基础上修正。比较适合初学者使用。-stm32 startup files, fix the source basis. More suitable for beginners.
stm32-iap-small-data
- 1.此代码基于红牛开发板,请根据自己的板子进行修改。 2.通过修改网上的代码实现,修改前的功能开了一个很大的缓存接收app数据,然后一次性全部数据写入, 但是这个在实际应用中没多大用,所以修改为一次写入128个字节。 3.程序flash的偏移地址为0x8010000,所以app编译前应该在mdk中设置 Option窗口->Target页->IROM1,start 改为 0x8010000 4.设置中断向量重映射,我用的方法是在app端的main函
STM32-start-file
- stm32启动文件,在keil开发环境下需要用到-the start file for stm32
STM32-startup-file
- STM32启动文件 STM32启动文件-STM32 startup file
STM32启动文件
- stm32启动文件(stm32)
4,STM32启动文件
- stm32f1的启动文件,希望对你有帮助(STM32F1 series expansion process, I hope to help you)
01.LED点灯实验(STM32神舟IV号-寄存器版)
- LED点灯实验, 1.MDK文件夹 --- MDK启动软件 2.obj文件夹 --- 包含编译产生的中间文件 --- 最终可执行的HEX文件程序 3.src文件夹(包含所有的源代码) ---包含main.c文件(LED 1.MDK 2.obj 3.src)
main
- 自己编写的stm32启动加载文件,带有远程下载功能,已用于公司产品,可以参考一下。(a bootloader for stm32,with a function of far downloader.already used in a product of a company.)