登录
首页 » 嵌入式芯片 » This is an arm simulator to C++ Is mainly ARM9 architecture simulation

This is an arm simulator to C++ Is mainly ARM9 architecture simulation

于 2022-03-23 发布 文件大小:724.88 kB
0 42
下载积分: 2 下载次数: 1

代码说明:

这是一个以C++为主要ARM模拟器的ARM9架构仿真

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

发表评论

0 个回复

  • 阐述Bootloader实现的目的、过程、原理,结合三星S3c2410开发板的硬件特性和项目的具体需求,设计开发合理高效的启动模块,并衍生出Bootloader...
    阐述Bootloader实现的目的、过程、原理,结合三星S3c2410开发板的硬件特性和项目的具体需求,设计开发合理高效的启动模块,并衍生出Bootloader在NAND Flash与NOR Flash下的2种不同加载方式,针对NAND Flash和NOR Flash实现完整的启动引导程序-Bootloader on the achievement of the purpose, process, principle, combined with Samsung" s hardware development board S3c2410 characteristics and the specific needs of the project, the design of rational and efficient development of start-up module, and derived from Bootloader in the NAND Flash and NOR Flash the two kinds of different ways to load for NAND Flash and NOR Flash to achieve a complete start-up boot
    2022-01-25 21:30:28下载
    积分:1
  • linux kernel
    linux kernel
    2022-07-15 13:50:02下载
    积分:1
  • C8051 a EMIF control example, tasks can have a look at!
    c8051一个EMIF控制的例子,课业可以看看!-C8051 a EMIF control example, tasks can have a look at!
    2022-03-02 18:40:07下载
    积分:1
  • 51eda s3c44b0 测试程序
    51eda s3c44b0 测试程序-51eda s3c44b0 testing procedures
    2023-05-06 08:40:03下载
    积分:1
  • If you are running this example, will the PC emulation window, the first 1,2,3
    这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写.-If you are running this example, will the PC emulation window, the first 1,2,3-line display some information, at random locations show " 1 " ~ " 5" . Keil c51 as the default does not support the re-entry function, which re- into the function of the weight stack instead of using the simulation using the system stack, while the Small RTOS 51 not been re-stack management, and so TaskA ~ TaskE though its similar, but not combined. (2) compile-time there will be five warnings, One of them is because there is no cause to use a system function OSSendSignal, it can be ignored. The other four are prohibited between the variables covered analyze the task to be ignored. thank User
    2022-06-19 05:01:57下载
    积分:1
  • S3C2410开发板的原理图参考
    S3C2410开发板的原理图参考-2410
    2022-09-03 14:10:03下载
    积分:1
  • 热敏打印机开发例程NuMicro(TM) NUC505 80mm Thermal Printer Software Package V1.0
    This solution is an 80mm thermal printer printer that employs IPI 800932 print heads and an automatic paper cutter.  This printer has a wide range of applications and can be used to print various receipts and invoices for POS systems,  cashiers, and ATM.This solution utilizes the NUC505 series and is capable of reaching a printing speed of 150mm per  second. It supports multiple transmission methods, including Bluetooth, serial ports, network ports, USB printer class,  and so on, and supports Ethernet data communication and data transmission. This solution is also furnished with  out-of-paper detection and overheating protection circuits.  This file includes the PC software and source code of 80mm Thermal Printer. File Path: PC software: SW_NUC505_80mm_Thermal_Printer_V1.0PC Software
    2022-09-10 20:05:04下载
    积分:1
  • 在 SM59128 单,使用 128K Program Code 方,由于 SM59128 为新的,可能必须上 Syncmos 取得更新 Keil C...
    在 SM59128 单芯片,使用 128K Program Code 方式,由于 SM59128 为新的芯片,可能必须上 Syncmos 取得更新 Keil C 的更新-In SM59128 single-chip, the use of 128K Program Code because it SM59128 for the new chip, it may be necessary to obtain updates on Syncmos updated Keil C
    2022-07-04 07:49:15下载
    积分:1
  • DSP28335 SCI
    应用背景Dsp28335 的寄存器设置等等, 与上位机进行通信。 有助于初学28335的本科生,研究生。 也有助于工程技术开发人员进行二次开发关键技术 #include "DSP28x_Project.h"// Device Headerfile and Examples Include File interrupt void scibTxFifoIsr(void);//fifo发送中断函数 interrupt void scibRxFifoIsr(void);//fifo接收中断函数 void scib_fifo_init(void);//scib fifo模式 初始化函数 char buffer [100];//数据缓冲数组 void main(void) {    Uint16 i;    InitSysCtrl();//系统时钟等初始化    InitSciGpio();//sci端口初始化    DINT; //关掉中断    InitPieCtrl(); //pie模块初始化    IER = 0x0000;//关cpu中断    IFR = 0x0000;//清cpu中断标志
    2022-01-25 23:28:42下载
    积分:1
  • 对S3C4510B挂接的FLASH进行整烧写,工具为SDT V2.51
    对S3C4510B挂接的FLASH进行整片烧写,工具为SDT V2.51-right S3C4510B articulated FLASH for the entire burning, tools for SDT Watch
    2022-12-22 20:20:03下载
    积分:1
  • 696521资源总数
  • 104077会员总数
  • 0今日下载