-
ARM7 LPC2114上编写的uC/os
ARM7 LPC2114上编写的uC/os-II源程序,驱动LCD1602。
文件:
Uart_lcd.HEX
Uart_lcd.mcp
等相关文件。-ARM7 LPC2114 prepared uC/os-II source code, driver LCD1602. File: Uart_lcd.HEXUart_lcd.mcp and other relevant documents.
- 2022-03-25 09:36:33下载
- 积分:1
-
LPC213X under the graphical interface (Embedded GUI) running on UC/COS systems.
LPC213X下的 图形界面(嵌入式GUI),运行在UC/COS系统下。-LPC213X under the graphical interface (Embedded GUI) running on UC/COS systems.
- 2023-07-07 22:40:02下载
- 积分:1
-
based LPC2119 Canbus communication procedures
基于LPC2119 CanBus通讯程序-based LPC2119 Canbus communication procedures
- 2022-03-07 00:18:30下载
- 积分:1
-
各种硬件平台上的us OS移植实例(arm6)
各种硬件平台上的us OS移植实例(arm6)-various hardware platform on the OS us examples (arm6)
- 2022-05-05 07:02:38下载
- 积分:1
-
2440 development board user guide broadly introduce the development process
2440 开发板user guide 大致介绍了 开发过程-2440 development board user guide broadly introduce the development process
- 2022-08-10 12:20:43下载
- 积分:1
-
ADS集成开发环境及EASYJTAG
ADS集成开发环境及EASYJTAG-H仿真器使用.-ADS integrated development environment and emulator EASYJTAG-H use.
- 2023-04-09 21:20:04下载
- 积分:1
-
例如嵌入式硬件平台仿真软件的源代码,,SOF…
模拟嵌入式硬件平台的软件源代码,例如arm内核的软件模拟,一些arm开发板的软件模拟-embedded hardware platform simulation software source code, for example, the software arm-core simulation, some arm development board simulation software
- 2022-05-15 20:54:21下载
- 积分:1
-
AverLogic公司AV576芯片USB口外接AV240编码器驱动源程序,可以用AV576 MPEG4编解码程序开发...
AverLogic公司AV576芯片USB口外接AV240编码器驱动源程序,可以用AV576 MPEG4编解码程序开发-AV576 chip companies AverLogic external USB port AV240 driver source code can be used AV576 MPEG4 codec development
- 2023-09-05 04:35:03下载
- 积分:1
-
ARM
基于ARM的32位STM32 SYSTick延时函数-ARM-based 32-bit STM32 SYSTick delay function
- 2023-01-05 17:25:04下载
- 积分: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