EmbeddedRelated.com
Memfault Beyond the Launch

Simulator for 80C320

Started by Rowan Sylvester-Bradley in comp.arch.embedded14 years ago 9 replies

Can anyone recommend a simulator/debugger for 8051 family microcomputers (specifically I need it to support the Dallas 80C320)? It needs to: -...

Can anyone recommend a simulator/debugger for 8051 family microcomputers (specifically I need it to support the Dallas 80C320)? It needs to: - run on Windows, preferably Vista but failing that, XP - allow code to run and be debugged without hardware - allow breakpoints to be inserted, single stepping, step-into etc. - allow the values of registers and memory locations to be inspected and...


broadcom sibyte sb1250 simulator

Started by Anonymous in comp.arch.embedded18 years ago

hi, guys, I wrote a simulator based on simos , currently , it support two cpus,timer, duart, genbus, memory controller, dma, ether card, ...

hi, guys, I wrote a simulator based on simos , currently , it support two cpus,timer, duart, genbus, memory controller, dma, ether card, and it also support gdb remote debug. it can run cfe , linux2.6 kernel and shell. it still needs plenty of work to be useful, so I need your help to join me to finish it. you can email me with the address of kongganggang@163.com, and you can download t...


Calling conventions

Started by Tim Frink in comp.arch.embedded16 years ago 1 reply

Hi, in a computer science class we were discussing the RISC and used the MIPS ISA with the SPIM simulator for some practical labs. The...

Hi, in a computer science class we were discussing the RISC and used the MIPS ISA with the SPIM simulator for some practical labs. The SPIM simulator had the calling convention that registers $t0-$t9 were caller-saved while $s0-$s7 were callee-saved. So, here the division in these two classes of registers was static. Another example are Infineon TriCore microcotrollers. They do not use ...


pic18f simulator in source code

Started by joolzg in comp.arch.embedded13 years ago 5 replies

Anybody know of source code for the pic18f, i know about gpsim, but i need a bog standard c one if possible, Trying to simulate some code but...

Anybody know of source code for the pic18f, i know about gpsim, but i need a bog standard c one if possible, Trying to simulate some code but need to make modifications as it uses bit banging i2c to get data and i cannot get microchips simulator to work. joolz -- --------------------------------- --- -- - Posted with NewsLeecher v4.0 Beta 21 (RC) Web @ http://www.newsleecher.com...


about creating an universal 8-bit microcontroller simulator

Started by seemanta dutta in comp.arch.embedded20 years ago 14 replies

Hi, I have thought of a free software project in my mind. I need your opinion on it because currently I am familiar only with the...

Hi, I have thought of a free software project in my mind. I need your opinion on it because currently I am familiar only with the 8051 microcontroller. As you would have alreay guessed by now, I am planning to create a Universal 8-bit Microcontroller simulator for the linux platform. Yes, there are such software already in the market, but AFIK they are all proprietary products and are no...


Cache access

Started by Tim Frink in comp.arch.embedded16 years ago 5 replies

Hi, I'm experimenting with an instruction set simulator for an Infineon DSP. The simulator simulates the execution of the code for a DSP...

Hi, I'm experimenting with an instruction set simulator for an Infineon DSP. The simulator simulates the execution of the code for a DSP that has an instruction cache (16 KByte, 2-way set associative, 256 Bits/Line, LRU replacement) and the instructions might be 16 or 32 Bit wide. What I do is to compile a program (given in assembler) in its original version and run it through the ...


Logic simulator?

Started by Neil Bradley in comp.arch.embedded20 years ago 3 replies

Can anyone recommend a Windows based (freeware preferable) logic simulator program? I really could use one for an embedded system I'm designing...

Can anyone recommend a Windows based (freeware preferable) logic simulator program? I really could use one for an embedded system I'm designing (with some very sticky decode and select logic). Everything I've found so far is A) written in Java, and the JVM on my computer won't work or B) Written for Windows 3.1 (complains of missing vga.drv), or C) Written for a platform I don't own. ;-(...


Instruction Set Simulator Book/Links

Started by Anonymous in comp.arch.embedded18 years ago 5 replies

Hello All, Can anyone please let me know some good books or links where i can find enoughinformation on Instruction Set Simulators.I want to...

Hello All, Can anyone please let me know some good books or links where i can find enoughinformation on Instruction Set Simulators.I want to know how simulator works internally. Also, i have heard that LISA is used to build simulators. So, is there any documnet where i can find information related to this. Regards, Sapan


Running PSIM (PowerPC simulator) under GDB

Started by David R Brooks in comp.arch.embedded19 years ago 3 replies

Sorry if this is a bit of a clueless newbie question, but here goes. Running under Cygwin, with GDB and the embedded PowerPC simulator, PSIM. I...

Sorry if this is a bit of a clueless newbie question, but here goes. Running under Cygwin, with GDB and the embedded PowerPC simulator, PSIM. I can load the code OK, but when I try to run it, I get Type 7 ("Program") exceptions. This occurs even if interrupts are disabled by setting MSR=0. As I understand, Exception 7 originates from certain floating-point problems, which should not apply i...


Full-featured Controller Area Network simulator available for free

Started by Nicolas Navet in comp.arch.embedded14 years ago 1 reply

Hello, RTaW-Sim is a full-featured Controller Area Network simulator with fault-injection capabilities. As of now, it is *available at no...

Hello, RTaW-Sim is a full-featured Controller Area Network simulator with fault-injection capabilities. As of now, it is *available at no cost for all use* =96 including commercial, research and training. More info and download (Windows and Linux) at url: http://www.realtimeatwork.com/?page_id=3D805 Support is available through our forum. Comments/feedback/new feature requests most ...


MSP430 mcu: Display characters on terminal I/O __ IAR simulator

Started by JS in comp.arch.embedded16 years ago 5 replies

This is a multi-part message in MIME format. ------=_NextPart_000_023D_01C81180.EE84DD30 Content-Type:...

This is a multi-part message in MIME format. ------=_NextPart_000_023D_01C81180.EE84DD30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to debug my code via the built-in IAR simulator. Is there = any way to using the printf statement in the source code to send = characters to terminal I/O during simulation?=20 such as :=20 pri...


looking for a freeware table drive simulator / emulator (not assembler)

Started by *ProteanThread* in comp.arch.embedded17 years ago 2 replies

one that can compile native 6809, 6502, Z80, etc. code ? are there any non-intel (6502, 6809, Z80, etc.) CPU Simulators out there like...

one that can compile native 6809, 6502, Z80, etc. code ? are there any non-intel (6502, 6809, Z80, etc.) CPU Simulators out there like - http://sbc.rictor.org/simulator.html ? can any (windows based) disassemble 6502/6809 or Z80 (etc.) code ? -Woodzy http://www.rtdos.com


How to see printf() or Putchar() output in HEW simulator

Started by emcodec in comp.arch.embedded10 years ago

Just created a project as type "application" and added a printf() call in main(). Executed this code in "M16C R8C Simulator" as Target. I...

Just created a project as type "application" and added a printf() call in main(). Executed this code in "M16C R8C Simulator" as Target. I referred M16C Compiler Guide chapter "6.4 Using printf for Debugging" and followed the steps to print the output in [View -> CPU -> Output Port]. The settings are same as mentioned in the guide but there is not output seen in output port window? I tried us


Testing ARM/FPGA with IAR EWARM and ModelSim (with Tcl Interface)

Started by Allard in comp.arch.embedded15 years ago 1 reply

I hope to get your feedback of what you think of integrating IAR EWARM (probably the same for EWAVR) with the hardware development scene. All...

I hope to get your feedback of what you think of integrating IAR EWARM (probably the same for EWAVR) with the hardware development scene. All our hardware design tools have Tcl scripting support for batching. I think it would be great to have the IAR simulator communicate with our FPGA simulator ( in our case ModelSim ) . This way we can make nightly builds possible and make tests with ...


What is the best embedded systems simulator

Started by alex in comp.arch.embedded17 years ago 6 replies

What I ma looking for is display of chips components connections, programmable etc. Runs on multiple Windows platforms.

What I ma looking for is display of chips components connections, programmable etc. Runs on multiple Windows platforms.


Problem running the example

Started by Frezia in comp.arch.embedded16 years ago 3 replies

Hi, I want to run the example "TimerInt" in the simulator mode, and I should expect printing the value of the VICVectAddr every 1 second in...

Hi, I want to run the example "TimerInt" in the simulator mode, and I should expect printing the value of the VICVectAddr every 1 second in the Terminal I/O window, but it will show nothing. Does anybody have an idea of what can be? Thank you


C166 Simulator, open source, any ?

Started by Thomas Gallenkamp in comp.arch.embedded18 years ago 3 replies

Hello group, I am wondering whether someone has come across a C166 emulator, which could be extended for the simulation of actual peripherals....

Hello group, I am wondering whether someone has come across a C166 emulator, which could be extended for the simulation of actual peripherals. Something like the BSVC for 68K. Thanks and Regards Thomas


How to burn any program in controller?

Started by jjlodha in comp.arch.embedded16 years ago 2 replies

Hi, I am having P89C51RD2xx controller and I am using KEIL simulator to create HEX file. Plz tell me which hardware and software I can use to...

Hi, I am having P89C51RD2xx controller and I am using KEIL simulator to create HEX file. Plz tell me which hardware and software I can use to burn it in IC?


Test Driven Development (TDD) Framework for Embedded Systems

Started by Anonymous in comp.arch.embedded10 years ago 11 replies

Hi, We currently do most (all) our embedeed FW testing on either real HW (if available), using FPGA, or using HW simulator and Verilog...

Hi, We currently do most (all) our embedeed FW testing on either real HW (if available), using FPGA, or using HW simulator and Verilog models. We are looking at performing more testing on the "Host" rather than the target, and since this is new to our group, I am looking for suggestions and comments. BTW, we use C, currently we don't use an RTOS, but going forward, this is something that we wil...


VxWorks for PC?

Started by andersod2 in comp.arch.embedded16 years ago 1 reply

Hey all, Is there a simulator-type shell of VxWorks that works with windows xp?...I'm thinking something along the lines of like cygwin...I...

Hey all, Is there a simulator-type shell of VxWorks that works with windows xp?...I'm thinking something along the lines of like cygwin...I know it's kind of a backwards idea, but I'm just talking in terms of getting used to the dev environment and basic stuff that isn't particularly real-time depedant. I heard of VxSim...has anybody used this? thanks for any insights!



Memfault Beyond the Launch