-
44b0x the latest BIOS integrity of the source code, certification
44b0x的最新BIOS完整源代码,已验证-44b0x the latest BIOS integrity of the source code, certification
- 2023-07-07 08:15:03下载
- 积分:1
-
at91sam7s系列USB驱动器,IAR编译
AT91SAM7S系列USB驱动,IAR编译器-AT91SAM7S series USB drives, IAR compiler
- 2022-03-26 12:09:36下载
- 积分:1
-
mac 控制器设计
本代码主要实现了FPGA设计开发以太网控制器的设计,以及研究了FPGA开发方法和传统ASIC开发方法的区别和优略。主要内容为: 1.阐述FPGA技术的发展历史,现状和将来的发展趋势。 2.详细说明了FPGA设计开发以太网控制器的全过程,包括模块分析功能分析以及代码设计。 3.采用软件仿真的方法设计和验证
- 2022-01-26 05:35:58下载
- 积分:1
-
atmel公司的arm7芯片AT91SAM7X512 256 128 数据手册,还有百特公司相关的开发指南。...
atmel公司的arm7芯片AT91SAM7X512 256 128 数据手册,还有百特公司相关的开发指南。-datasheet:AT91SAM7X512 256 128 Preliminary Summary;
and AT91SAM7 series development guide.
- 2022-06-20 21:05:54下载
- 积分:1
-
ZLG开发板上关于读写CF卡的代码,带有文件系统
ZLG开发板上关于读写CF卡的代码,带有文件系统-ZLG development board on the CF card read and write code, with file system
- 2022-06-16 16:47:21下载
- 积分:1
-
这是一个启动代码,启动代码关于lpc2103的,请多多指教
这是一个启动代码,启动代码关于lpc2103的,请多多指教-This is a start code, startup code on the LPC2103, please exhibitions
- 2022-09-02 08:15:03下载
- 积分:1
-
STM32F10x系列驱动0.96OLED(SSD1106)显示屏(软件模拟SPI通信),亲测可用
资源描述
资源描述
资源描述
STM32F10x系列驱动0.96OLED(SSD1106)显示屏(软件模拟SPI通信),亲测可用
功能描述 :OLED 4接口演示例程(STM32系列)
// 说明:
// ----------------------------------------------------------------
// GND 电源地
// VCC 接5V或3.3v电源
// D0 接PB10(SCL)
// D1 接PB11(SDA)
// RES 接PB12
// DC 接PB13
// CS 接PB14
//
- 2022-03-15 23:38:20下载
- 积分:1
-
ARM9中文资料,对嵌入式系统编程有极大的帮助,可以加快开发周期和效率...
ARM9中文资料,对嵌入式系统编程有极大的帮助,可以加快开发周期和效率-ARM9 Chinese data on embedded systems programming greatly help accelerate the development cycle and efficiency!
- 2023-03-30 14:10:03下载
- 积分:1
-
汇编编写的ARM启动代码,包括中断向量、运行域搬移、堆栈设置等代码的演示,还包括了一个scatter文件,注释详细。麻雀虽小五脏俱全,对于ARM编程的初学者,有
汇编编写的ARM启动代码,包括中断向量、运行域搬移、堆栈设置等代码的演示,还包括了一个scatter文件,注释详细。麻雀虽小五脏俱全,对于ARM编程的初学者,有助于理解ARM的代码链接和生成,以及启动过程。代码使用ADS1.2编写,可以直接运行查看。-Compilation prepared by ARM startup code, including the interrupt vector, run the domain move, stack setup code demonstration, but also a scatter file, comments in detail. Sparrows are small is a fully-equipped, for ARM programming for beginners, help to understand the link ARM code and generation, as well as the boot process. Code uses ADS1.2 prepared, you can directly run the Show.
- 2022-12-11 19:20:03下载
- 积分: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