搜索资源列表
stm32boot
- st stm32 boot loader
stm32boot_main
- stm32 boot flash loader rs232
STM32_Reader
- 基于STM32编写的TXT阅读器,供大家讨论研究。1. 程序是刚刚才写出来的,没有整理,(也很懒,不想整理),只是修改了几个函数,用了FATFS文件系统(这个系统,我也不了解,只是用了它两个函数).2必须在SD卡根目录下有个TEST.TXT文件.(我测试300K的TXT都可以正常使用,但是有极少部分文字显示乱码,不知道是字库的问题,还是我程序的问题)3.程序使用:开机后,按 左键-------录入test.txt文件(文件大的要等好几十秒) -Based on the STM32 prepa
stm32_startupV3.0
- stm32启动文件3.0库,符合CMSIS标准接口-stm32 boot file 3.0 library, in line with standard interfaces CMSIS
9G-BOOT-100608
- STM32的IAP应用,用XMODEM下载代码并更新。有命令行接口。-STM32 of the IAP application, with the XMODEM download the code and updates. A command-line interface.
STM32_databook
- STM32技术参考手册: 1.STM32硬件手册,STM32启动模式说明,固件库,Cortex-M3内核结构 2.ARM_Thumb2指令集快速参考卡,ARM体系结构 -STM32 Technical Reference Manual: 1.STM32 hardware manual, STM32 Boot Mode, firmware library, Cortex-M3 core structure 2.ARM_Thumb2 Instruction Set Quick Refer
IAP
- stm32的IAP自编程,实现usb协议通过boot更新程序的功能-stm32 of IAP from programming, through the boot update usb protocol functions
stm32
- 解析STM32 的启动过程,叫“启动文件”,用英文单词来描述是“Bootloader”-Resolve the STM32 boot process, called " startup file" , with the English word to describe the " Bootloader"
STM32-boot
- STM32启动模式说明,学习stm32必备资料-STM32 boot manual
STM32-Touch-screen
- 开机的时候先通过24C02的数据判断触摸屏是否已经校准过,如果没有校准,则执行校准程序,校准过后再进入手写程序。如果已经校准了,就直接进入手写程序,此时可以通过按动屏幕来实现手写输入。屏幕上会有一个清空的操作区域(RST),点击这个地方就会将输入全部清除,恢复白板状态。程序会设置一个强制校准,就是通过按KEY0来实现,只要按下KEY0就会进入强制校准程序,这个强制校准程序是必须的-Boot time to pass the the 24C02 data to determine the touc
STM32-camera
- 本实验将实现如下功能:开机后,初始化摄像头模块(OV7670),如果初始化成功,则在LCD模块上面显示摄像头模块所拍摄到的内容。我们可以通过KEY0设置光照模式(5种模式)、通过KEY1设置色饱和度,通过KEY2设置亮度,通过WK_UP设置对比度,通过TPAD设置特效(总共7种特效)。通过串口,我们可以查看当前的帧率(这里是指LCD显示的帧率,而不是指OV7670的输出帧率),同时可以借助USMART设置OV7670的寄存器,方便大家调试。DS0指示程序运行状态。-The experiment
STM32--SD-RW
- 开机先初始化SD卡,如果SD卡初始化完成,则读取扇区0的数据,然后通过串口打印-Boot initializes the SD card, if the SD card initialization is complete, the read sector 0 of the data, and then print through the serial port
STM32-LCD12864-menu
- STM32控制液晶12864显示开机画面,多级菜单,配置ADC,DAC,DDS.-STM32 12864 LCD display boot screen control, multi-level menu, configure ADC, DAC, DDS.
STM32-photo
- 开机的时候先检测字库,然后检测SD卡根目录是否存在PHOTO文件夹,如果不存在则创建,如果创建失败,则报错(提示拍照功能不可用)。在找到SD卡的PHOTO文件夹后,开始初始化OV7670,在初始化成功之后,就一直在屏幕显示OV7670拍到的内容。当按下WK_UP按键的时候,即进行拍照,此时DS1亮,拍照保存成功之后,蜂鸣器会发出“滴”的一声,提示拍照成功,同时DS1灭。DS0还是用于指示程序运行状态。-Boot when the first detection of the font, and
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
boot
- stm32,可通过gprs远程或者通过串口升级实际的应用程序-this pragram can used to upgrate by gprs or serial port.
BOOTaAPP
- 将stm32的boot和app自动合成一个hex文件,方便首次烧录。(可以在末尾添加数据)-Synthesize the stm32 boot and app automatically a hex file, convenient burn for the first time.(can be added to the end in the data)
ststm32f103
- STM32启动代码 ,bootloader支持can和rs232方便大家升级应用程序。(STM32 boot code, bootloader supports Can, RS232 download applications.)
STM BOOTLOADER资料
- 编写stm32 boot的时候收集的一些资料,可以参考一下。(some document for bootloader of stm32.)
STM32-DSP_CAN_Boot-master
- stm32 的can bootloader 代码(the bootloader code for stm32 with can communication method)