搜索资源列表
CuRT_v1.tar
- 台湾嵌入式牛哥Jserv的RTOS作品,内部已实现PXA250的实例移植。希望对要了解RTOS工作原理的朋友有用,强烈推荐。http://blog.linux.org.tw/~jserv/archives/002082.html-Taiwan Niu Jserv of embedded RTOS works PXA250 internal realized examples of transplantation. Want to have to understand the working pr
stm32_Backup_Data
- STM32嵌入式系统的BKP研究。 这是与作者本人的博客配套文章用的源代码。(http://blog.ednchina.com/czlyzhj/1821516/message.aspx) 编译环境为keil.-BKP STM32 of embedded systems. This is my blog of articles supporting the use of the source code. (Http://blog.ednchina.com/czlyzhj/1821516/m
sdram_init_s3c6410
- 压缩包是使用JLink间接烧写s3c6410 nand_flash的源代码及可执行文件。由于s3c6410不像s3c2410那样有nor flash,可以方便的使用JTAG接口烧写引导程序。压缩包内的代码可以根据http://hi.baidu.com/__eabi/blog/item/5bfceaadf90eb39146106426.html帖子的说明,借助ADS1.2开发环境和JLINK,烧写二进制程序到开发板。 文件说明: sdram_init_s3c6410 | 、—
MyUsbHid
- 《圈圈教你玩USB》之 用户自定义的USB HID设备 ******\r\n", "****** AT89S52 CPU ******\r\n", "****** 建立日期:",__DATE__," ******\r\n", "****** 建立时间:",__TIME__," ******\r\n", "****** 作者:电脑圈圈 ******\r\n", "****** 欢迎访问作者的 ******\r\n", "****** USB专区:http://gro
UsbToIde
- 《圈圈教你玩USB》之 USB转IDE BLOG1:http://www.ednchina.com/blog/computer-" Circle teach you to play USB" in the USB to IDE BLOG1: http://www.ednchina.com/blog/computer00
Stm32启动文件配置
- stm32启动文件可以说有 5 个作用:1,初始化堆栈SP 2,初始化中断向量表 3,配置系统时钟 4,—main 进入main()函数 5,初始化PC指针, 上电后就从 RESET Handler 开始执行。 简单说明:(详其他可参考 cortex_m3 内核) 堆:主要用于动态内存的分配,比如用 malloc() 栈:变量,函数调用。 weak 是 若定义 意思是说 自己可以在 C 中定义 。 B . 跳转到无限循环。