登录
首页 » 嵌入式芯片 » sharp arm7 bootloader code

sharp arm7 bootloader code

于 2022-09-13 发布 文件大小:50.38 kB
0 203
下载积分: 2 下载次数: 1

代码说明:

sharp arm7 bootloader code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • On with Samsung
    关于用三星的s3c2410微处理器对k9s1208nand flash芯片写的驱动程序.-On with Samsung
    2022-08-21 11:49:38下载
    积分:1
  • No. 2630
    第2630篇-ARTX_CONFIG.C的中文注释 学习ARTX,了解系统的配置非常重要。我加上中文的注释希望能帮助大家的更快的了解ARTX_CONFIG.C的内容。 -No. 2630-ARTX_CONFIG.C notes to learn the Chinese ARTX, understand the system configuration is very important. I add comments in Chinese hope to help people understand faster ARTX_CONFIG.C content.
    2023-09-07 13:25:02下载
    积分:1
  • S3C4510 simulator and examples of source installation ADS1.2, followed by the in...
    S3C4510模拟器及实例源码 安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。 模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在AXD启动后将可以在S3C4510B_Board上面看到效果。 模拟器安装完成后,还会建立文件夹 C:ArmEmulate,桌面快捷图标S3C4510B_Board 就是指向这里。这个文件夹下有5个子文件夹,分别是: 1. C:ArmEmulateGPIO , 这个文件夹里是GPIO的程序例子。 2. C:ArmEmulateInclude, 这个文件夹里只有一个头文件S3C4510B.h,包含S3C4510B寄存器的定义。 3. C:ArmEmulatemake, 这个文件夹里是gnu 的make工具包,所有的程序都是用makefile管理的,没有工程文件。 4. C:ArmEmulateTIMER,这个文件夹里是TIMER的程序例子。 5. C:ArmEmulateUCOSIITest,这个文件夹里是UCOSII的程序例子,如果想了解UCOS的运行过程,可以使用这个例子单步运行,查看程序流程和内存,变量。 在程序例子文件夹中还有一个ads12.bat批处理文件,用于使用makefile时设置临时环境变量。 具体使用过程,请看C:ArmEmulateReadme.txt。 -S3C4510 simulator and examples of source installation ADS1.2, followed by the installation of simulators. Simulator installation path must choose to ADS bin directory, you must have the ADS. When installed simulator carefully reading the text. Simulator installation is completed, the speedy establishment of the desktop icon S3C4510B_Board. to
    2022-10-31 09:10:03下载
    积分:1
  • 中国调试指南
    ARM中文调试教程-Chinese Debugging Guide for ARM
    2022-01-26 07:45:05下载
    积分:1
  • 这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽...
    这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。 -This is a trip of less than 2000 operating system, cleverly using ARM9 CPU memory management unit (MMU) to achieve the switching process. ARM9 4G virtual address can be divided into 128 process space, each 32M. While their virtual address (VA) are 0- (32M-1), but the corresponding MVA (Modified Virtual address, and by the virtual address VA and the process of portfolio from PID) not the same, set MVA corresponding page table at the different physical address can be very easy to let the the process of separating the mutual operation of space. Code rarely Notes rich, in hopes of understanding the operating system, understanding the ARM architecture friends help.
    2023-01-15 10:50:03下载
    积分:1
  • 详细对ARM7TDMI中断原理进行了详解,对需要中断的朋友很有帮助...
    详细对ARM7TDMI中断原理进行了详解,对需要中断的朋友很有帮助-Details on the ARM7TDMI interrupt principle explain, disruption of a friend in need of helpful
    2022-01-26 02:46:27下载
    积分:1
  • A/D Converter Demonstration for the PIC18CXXX
    A/D Converter Demonstration for the PIC18CXXX
    2022-07-09 08:05:52下载
    积分:1
  • USB communications source code for the USB development LPC214X.
    USB通信源代码,适合LPC214X的USB开发。-USB communications source code for the USB development LPC214X.
    2023-04-17 15:45:03下载
    积分:1
  • 四路循迹
    四路寻迹传感器有信号(白线)为0  没有信号(黑线)为1四路寻迹传感器电源+5V GND 取自于单片机板靠近液晶调节对比度的电源输出接口关于单片机电源:本店驱动模块内带LDO稳压芯片,当电池输入最低的电压6V时候可以输出稳定的5V分别在针脚标+5 与GND 。这个电源可以作为单片机系统的供电电源。
    2022-05-19 18:59:21下载
    积分:1
  • GPIO LPC17xx
    GPIO 的测试。 打开 LED,LED 测试 GPIO 关闭。 我上传这点。它不是对你有用。:))
    2022-03-19 04:00:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载