登录
首页 » 嵌入式芯片 » 优龙ST2410的BIOS源码,支持USB传输DMA功能,支持LINUX和WICE引导,很适合学习2410处理器的裸机编程...

优龙ST2410的BIOS源码,支持USB传输DMA功能,支持LINUX和WICE引导,很适合学习2410处理器的裸机编程...

于 2022-02-04 发布 文件大小:736.57 kB
0 211
下载积分: 2 下载次数: 1

代码说明:

优龙ST2410的BIOS源码,支持USB传输DMA功能,支持LINUX和WICE引导,很适合学习2410处理器的裸机编程-Liuzhou ST2410 excellent source of the BIOS to support USB transmission DMA functionality, support for LINUX and Wice guide, it is suitable for studying the bare-metal programming processor 2410

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

发表评论

0 个回复

  • 此源码是sc3c2410 IIS测试程序,经实际测试,可以正常运行.
    此源码是sc3c2410 IIS测试程序,经实际测试,可以正常运行.
    2022-05-29 13:30:22下载
    积分: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
  • 本程序是分布在希望它是有用的,
    This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.-This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.
    2022-03-26 17:48:35下载
    积分:1
  • 三星公司的S3C44B0X开发板的配套光盘的iic实验源程序
    三星公司的S3C44B0X开发板的配套光盘的iic实验源程序-Samsung"s S3C44B0X development boards supporting the 2005/09 experiment CD source
    2022-09-19 03:10:03下载
    积分:1
  • arm926资料
    arm926资料-information arm926
    2023-05-26 06:55:03下载
    积分:1
  • AFT27S006N_MDL_ADS
    MW6S004N的升级版,应用比MW6S004N更加广AFT27S006N的幅值为六。是飞思卡尔公司继MW6S004N后的又一款经典
    2022-07-07 07:01:15下载
    积分:1
  • 通过STM32的USART2连接ATK-HC05蓝牙模块,
    资源描述本实验将实现如下功能: 1,通过STM32的USART2连接ATK-HC05蓝牙模块,检测并显示蓝牙模块的状态. 2,通过KEY0按键可以开启/关闭定时向ATK-HC05蓝牙模块发送数据(ALIENTEK HC05 xx)测试蓝牙模块的数据发送. 3,可以通过WK_UP按键设置ATK-HC05蓝牙模块的主从工作模式. 4,可以通过LCD显示ATK-HC05蓝牙模块接收到的数据. 5,可以通过USMART对ATK-HC05蓝牙模块进行AT指令查询和设置. 6,结合手机端蓝牙软件(蓝牙串口助手 v1.97.apk),可以实现手机无线控制开发板(点亮和关闭LED1). 硬件连接: STM32开发板-->ATK-HC05蓝牙模块         PA2-->RXD         PA3-->TXD         PC4-->KEY         PA4-->LED         GND-->GND     5V/3.3V-->VCC 
    2022-03-20 03:43:26下载
    积分:1
  • Development board supporting Feiling OK2440V3 experimental procedure
    飞凌OK2440V3开发板的配套实验程序-Development board supporting Feiling OK2440V3 experimental procedure
    2023-07-10 01:20:03下载
    积分:1
  • 基于ARM9处理器S3C2410的LCD显示系统设计,选用2410做产品的朋友可以参考...
    基于ARM9处理器S3C2410的LCD显示系统设计,选用2410做产品的朋友可以参考-ARM9-based S3C2410 processor, the LCD display system design, selection of 2410 to do the product can refer to a friend
    2022-02-15 07:28:21下载
    积分:1
  • In order to adapt to different applications, ARTX must be configured to allow fo...
    为了适应不同的应用,ARTX必须通过配置才能使得适合特定的应用系统.所有配 置项都在 ARTX_Config.c 文件中,此文件位于KeilARMStartup 文件夹下.通过不 同的配置,用户可以: -In order to adapt to different applications, ARTX must be configured to allow for specific applications. ARTX_Config.c all configuration items are in the file, this file is located in Keil ARM Startup folder. Through different configurations, the user can:
    2022-02-13 00:04:28下载
    积分:1
  • 696516资源总数
  • 106908会员总数
  • 1今日下载