搜索资源列表
stm32_startupV3.0
- stm32启动文件3.0库,符合CMSIS标准接口-stm32 boot file 3.0 library, in line with standard interfaces CMSIS
misc
- STM32启动文件源码,测试通过,方便移植-problem of arm
stm32
- 解析STM32 的启动过程,叫“启动文件”,用英文单词来描述是“Bootloader”-Resolve the STM32 boot process, called " startup file" , with the English word to describe the " Bootloader"
STM32-startup
- STM32启动文件分析注释 startup -STM32 startup
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-V3.5-LIB-Pro
- stm32 3.5固件库模板,适合103MCU,移植其他MCU修改启动文件即可-stm32 3.5 firmware library template, suitable 103MCU, transplant MCU modify the startup files can
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-analysis
- 本文通过对STM32的官方固件库STM32F10x_StdPeriph_Lib_V3.5.0 里的MDK启动文件分析,简化部分不需要的代码,并从繁杂的固件库里,精炼出一个类似于“hello world”的入门实战小程序——点亮一个LED。该工程仅仅包含一个启动文件和一个有main函数的C文件。-STM32 analysis
STM32
- 这是ST提供的3个启动文件,分别适用于不同容量的STM32芯片。 这三个文件为: startup_stm32f10x_ld.s startup_stm32f10x_md.s startup_stm32f10x_hd.s 其中,ld.s适用于小容量 产品;md.s适用于中等容量产品;hd适用于大容量产品; 这里的容量是指FLASH的大小.判断方法如下: 小容量:FLASH≤32K 中容量:64K≤FLASH≤128K 大容量:256K≤FL
STM32-start-file
- stm32启动文件,在keil开发环境下需要用到-the start file for stm32
STM32-startup-file
- STM32启动文件 STM32启动文件-STM32 startup file
4,STM32启动文件
- 用于STM32启动文件,为了上填充上一个字节剩余位,如果没有剩余位则不填充。比如这里MC_PCC_FILL_STRUCT2的第一个u8:0就填充了7位,这样组合起来就是4字节对齐了。(For STM32 startup files,)
STM32启动文件
- stm32启动文件(stm32)
4,STM32启动文件
- stm32f1的启动文件,希望对你有帮助(STM32F1 series expansion process, I hope to help you)
4,STM32启动文件
- STM32启动文件,欢迎大家下载共同学习。(STM32 startup file, welcome everyone to download to learn.)
4,STM32启动文件
- stm32 series start-up file
Echo_UDP_Client
- 服务器套接字客户端程序,上传文件,互相通信(Server socket client, upload files, communicate with each other)
STM32的启动文件
- STM32的启动文件,用于支持STM32的启动过程,可以了解下,对理解STM32有很大的帮忙
Stm32启动文件配置
- stm32启动文件可以说有 5 个作用:1,初始化堆栈SP 2,初始化中断向量表 3,配置系统时钟 4,—main 进入main()函数 5,初始化PC指针, 上电后就从 RESET Handler 开始执行。 简单说明:(详其他可参考 cortex_m3 内核) 堆:主要用于动态内存的分配,比如用 malloc() 栈:变量,函数调用。 weak 是 若定义 意思是说 自己可以在 C 中定义 。 B . 跳转到无限循环。